Initializes a new instance of the Lazy<T> record. When lazy initialization occurs, the default constructor of the target type is used.
public class function Create: Lazy<T>; overload; static;