ThreadLocal<T>.IsValueCreated Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets whether Value is initialized on the current thread.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Booleantrue if Value is initialized on the current thread; otherwise false.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The ThreadLocal<T> instance has been disposed. |
Show: