Exemplo n.º 1
0
 public void Dispose()
 {
     l = null;
 }
Exemplo n.º 2
0
 internal Enumerator(ListValueView <T> l)
     : this()
 {
     this.l = l;
     ver    = l._version;
 }