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