System.Threading.ThreadLocal<T>: Property Members

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

Public Properties

[read-only]
IsValueCreatedbool.

Gets whether ThreadLocal`1.Value is initialized on the current thread.

ValueT.

Gets or sets the value of this instance for the current thread.

[read-only]
ValuesIList<T>.

Gets a list for all of the values currently stored by all of the threads that have accessed this instance.