Class SeparateChainingDictionaryEnumerator<TK, TV>
Inheritance
SeparateChainingDictionaryEnumerator<TK, TV>
Assembly: Advanced.Algorithms.dll
Syntax
public class SeparateChainingDictionaryEnumerator<TK, TV> : IEnumerator<DictionaryNode<TK, TV>>, IDisposable, IEnumerator
Type 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