示例#1
0
 public Lazy(LazyThreadSafetyMode mode)
     : this(TypeHelper.GetCreateOrFail <T>(), mode, false)
 {
     //Empty
 }