Esempio n. 1
0
 public void Dispose()
 {
     _collection = null;
 }
Esempio n. 2
0
 internal Enumerator(MutableEnumerable <TT> collection)
 {
     _collection = collection;
 }