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