Class OpenAddressDictionaryEnumerator<TK, TV>
Inheritance
OpenAddressDictionaryEnumerator<TK, TV>
Assembly: Advanced.Algorithms.dll
Syntax
public class OpenAddressDictionaryEnumerator<TK, TV> : IEnumerator<DictionaryNode<TK, TV>>, IDisposable, IEnumerator
Type Parameters
Constructors
OpenAddressDictionaryEnumerator(DictionaryNode<TK, TV>[], Int32)
Declaration
public OpenAddressDictionaryEnumerator(DictionaryNode<TK, TV>[] hashArray, int length)
Parameters
Properties
Current
Declaration
public DictionaryNode<TK, TV> Current { get; }
Property Value
Methods
Dispose()
Declaration
MoveNext()
Declaration
Returns
Reset()
Declaration
Explicit Interface Implementations
IEnumerator.Current
Declaration
object IEnumerator.Current { get; }
Returns
Implements