We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Initializes a new instance of the Lazy(T) class. When lazy initialization occurs, the default constructor of the target type is used.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static Lazy<T> Create<T>( LazyThreadSafetyMode mode )
VB
Public Shared Function Create(Of T) ( mode As LazyThreadSafetyMode ) As Lazy(Of T)
F#
static member Create : mode : LazyThreadSafetyMode -> Lazy<'T>
Type: Lazy(T)New Lazy(T) instance.
Lazy ClassCreate OverloadCodeJam Namespace