Exemplo n.º 1
0
 public Enumerator(LLQueue <T> outer)
 {
     _outer   = outer;
     _current = null;
 }
Exemplo n.º 2
0
 public void Dispose()
 {
     _current = null;
     _outer   = null;
 }