ThreadLocal(Of T) Constructor (Boolean)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes the ThreadLocal(Of T) instance.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- trackAllValues
- Type: System.Boolean
Whether to track all values set on the instance and expose them through the Values property.
Show: