| LazyT Constructor (FuncT) |
Initializes a new instance of the
LazyT class.
The specified initialization function will be used.
Namespace:
Archon.SwissArmyLib.Utils
Assembly:
Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Lazy(
Func<T> valueFactory
)
Request Example
View SourceParameters
- valueFactory
- Type: SystemFuncT
The function to use for producing the lazily initialized value.
See Also