Ejemplo n.º 1
0
 public LazyEnumerator(LazyCollection <Source, T> lazyCollection)
 {
     this.lazyCollection = lazyCollection;
 }
Ejemplo n.º 2
0
 protected virtual void Dispose(bool disposing)
 {
     lazyCollection = null;
 }