Click or drag to resize

LocalT Constructor (FuncT)

Instantiates a new instance of ThreadLocal2.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public Local(
	Func<T> factory
)

Parameters

factory
Type: SystemFuncT
See Also