Ejemplo n.º 1
0
 public EnumThing(GenericSet <T> set)
 {
     _set = set;
     slab = _set.slabs.First;
     n    = -1;
 }
Ejemplo n.º 2
0
 void IDisposable.Dispose()
 {
     _set = null;
     slab = null;
     //throw new Exception( "The method or operation is not implemented." );
 }