The constructors of System.Lazy<T> are listed below. For a list of all members, see the Lazy<T> Members list.
See Also: Inherited members from System.Object
Lazy() |
Initializes a new instance of the Lazy`1 class. When lazy initialization occurs, the default constructor of the target type is used. | |
Initializes a new instance of the Lazy`1 class. When lazy initialization occurs, the default constructor of the target type and the specified initialization mode are used. | ||
Documentation for this section has not yet been entered. | ||
Initializes a new instance of the Lazy`1 class that uses the default constructor of T and the specified thread-safety mode. | ||
Documentation for this section has not yet been entered. | ||
Documentation for this section has not yet been entered. |