Ejemplo n.º 1
0
 public void Dispose()
 {
     _genericCollection = null;
     _current           = -1;
 }
Ejemplo n.º 2
0
 public Enumerator(MyGenericCollection <T> ngenericCollection)
 {
     _genericCollection = ngenericCollection;
     _current           = -1;
 }