ThreadLocal<T> Properties
.NET Framework (current version)
Namespace:
System.Threading
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | IsValueCreated | Gets whether Value is initialized on the current thread. |
![]() | Value | Gets or sets the value of this instance for the current thread. |
![]() | Values | Gets a list for all of the values currently stored by all of the threads that have accessed this instance. |
Show:
