ThreadLocal<T>.Values Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a list for all of the values currently stored by all of the threads that have accessed this instance.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Collections.Generic.IList<T>A list for all of the values currently stored by all of the threads that have accessed this instance.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The ThreadLocal<T> instance has been disposed. |
Show: