Click or drag to resize

LocalTIsValueCreated Property

Gets whether System.Threading.ThreadLocal[T].Value is initialized on the current thread.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public bool IsValueCreated { get; }

Property Value

Type: Boolean
See Also