ThreadLocal<T> Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes the ThreadLocal<T> instance.
Assembly: mscorlib (in mscorlib.dll)
The default value is used to initialize the instance when Value is accessed for the first time
Show: