Info
Version: | 1.1.0 |
Author(s): | Clarius, Daniel Cazzulino, kzu |
Last Update: | Tuesday, August 30, 2011 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://netfx.codeplex.com |
NuGet Url: | https://www.nuget.org/packages/netfx-System.Threading.ThreadData |
Install
Install-Package netfx-System.Threading.ThreadData
dotnet add package netfx-System.Threading.ThreadData
paket add netfx-System.Threading.ThreadData
netfx-System.Threading.ThreadData Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Usage: Thread.CurrentThread.SetData<Foo>(foo);
var saved = Thread.CurrentThread.GetData<Foo>();.