Exemplo n.º 1
0
 public void Dispose()
 {
     _elements = null;
     position  = -1;
 }
Exemplo n.º 2
0
 public ConfigListElementEnumerator(ConfigElementCollection <K, V> elements)
 {
     _elements = elements;
 }