The members of System.Threading.ThreadLocal<T> are listed below.
See Also: Inherited members from System.Object
Initializes the System.Threading.ThreadLocal`1 instance. | ||
Initializes the System.Threading.ThreadLocal`1 instance. | ||
Documentation for this section has not yet been entered. | ||
Documentation for this section has not yet been entered. |
[read-only] | IsValueCreated | bool.
Gets whether ThreadLocal`1.Value is initialized on the current thread. |
Value | T.
Gets or sets the value of this instance for the current thread. | |
[read-only] | Values | IList<T>.
Gets a list for all of the values currently stored by all of the threads that have accessed this instance. |
Dispose()
| ||
Finalize()
| ||
override | ToString()
|
Dispose(bool)
|