System.Threading.ThreadLocal<T>: Method Members

The methods 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 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.