Class SeparateChainingHashSetEnumerator<TV>
Inheritance
SeparateChainingHashSetEnumerator<TV>
Assembly: Advanced.Algorithms.dll
Syntax
public class SeparateChainingHashSetEnumerator<TV> : IEnumerator<HashSetNode<TV>>, IDisposable, IEnumerator
Type Parameters
Properties
Current
Declaration
public HashSetNode<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