Beispiel #1
0
 public void Dispose()
 {
     _bag = null;
 }
Beispiel #2
0
 public BagEnumerator(Bag <T> bag)
 {
     _bag = bag;
     Reset();
 }