예제 #1
0
 public void Dispose()
 {
     _genericCollection = null;
     _current           = -1;
 }
예제 #2
0
 public Enumerator(MyGenericCollection <T> ngenericCollection)
 {
     _genericCollection = ngenericCollection;
     _current           = -1;
 }