The properties of System.Threading.ThreadLocal<T> are listed below. For a list of all members, see the ThreadLocal<T> Members list.
See Also: Inherited members from System.Object
[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. |