Exemplo n.º 1
0
 public void Dispose()
 {
     _list    = null;
     _current = default(BaseType);
 }
Exemplo n.º 2
0
 public Enumerator(MultiTypedList <BaseType> list)
 {
     _list    = list;
     _index   = 0;
     _current = default(BaseType);
 }