TLazy<T>.Create Constructor

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
 constructor Create; overload;