Click or drag to resize

LazyT Constructor (FuncT)

Namespace:  Archon.SwissArmyLib.Utils
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Lazy(
	Func<T> valueFactory
)
Request Example View Source

Parameters

valueFactory
Type: SystemFuncT
The function to use for producing the lazily initialized value.
See Also