public void Dispose() { _reg = null; }
public EnumeratorEntry(NamedDataRegistry <TValue> reg) { _reg = reg; _next = -2; }