public void Dispose() { _owner = null; _index = -1; }
internal RegistryPathEnumerator(RegistryPathCollection owner) { _owner = owner; _index = -1; }