Click or drag to resize

LazyT  Conversion (LazyT to T)

Explicitly casts the lazy to its lazily initialized value.

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

Parameters

lazy
Type: Archon.SwissArmyLib.UtilsLazyT

Return Value

Type: T
Value
See Also