public void Dispose()
 {
     l = null;
 }
 internal Enumerator(ExposedList <T> l)
     : this()
 {
     this.l = l;
     ver    = l.version;
 }