System.Threading.ThreadLocal<T> Members

The members of System.Threading.ThreadLocal<T> are listed below.

See Also: Inherited members from System.Object

Public Constructors

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.

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.

Public Methods

Dispose()

Releases all resources used by the current instance of the System.Threading.ThreadLocal`1 class.

Finalize()

Releases the resources used by this System.Threading.ThreadLocal`1 instance.

override
ToString() : string

Creates and returns a string representation of this instance for the current thread.

Protected Methods

Dispose(bool)

Releases the resources used by this System.Threading.ThreadLocal`1 instance.