Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ThreadLocal<T>::Dispose Method

.NET Framework (current version)
 

Releases the resources used by this ThreadLocal<T> instance.

Namespace:   System.Threading
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodDispose()

Releases all resources used by the current instance of the ThreadLocal<T> class.

System_CAPS_protmethodDispose(Boolean)

Releases the resources used by this ThreadLocal<T> instance.

Return to top
Show:
© 2017 Microsoft