Lazy<T>.Create Method

Initializes a new instance of the Lazy<T> record. When lazy initialization occurs, the default constructor of the target type is used.

Namespace: Spring
public
 class function Create: Lazy<T>; overload; static;

Return Value

Type: Lazy<T>