예제 #1
0
 public LateLazyTrying(LateLazy <T> lateLazy)
 {
     this.lateLazy = lateLazy;
 }
예제 #2
0
 public ReadOnlyEquatableBase()
 {
     values   = new LateLazy <StringHash <object> >();
     hashCode = new LateLazy <int>();
     keys     = new LateLazy <string>();
 }