Beispiel #1
0
 public void Dispose()
 {
     this.contents     = null;
     this.currentIndex = -1;
 }
Beispiel #2
0
 public WeakReferenceCollectionEnumerator(WeakReferenceCollection <T> collection)
 {
     this.contents     = collection;
     this.currentIndex = -1;
 }