Show / Hide Table of Contents

    Class SeparateChainingHashSetEnumerator<TV>

    Inheritance
    Object
    SeparateChainingHashSetEnumerator<TV>
    Implements
    IEnumerator<HashSetNode<TV>>
    IDisposable
    IEnumerator
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Advanced.Algorithms.DataStructures
    Assembly: Advanced.Algorithms.dll
    Syntax
    public class SeparateChainingHashSetEnumerator<TV> : IEnumerator<HashSetNode<TV>>, IDisposable, IEnumerator
    Type Parameters
    Name Description
    TV

    Properties

    Current

    Declaration
    public HashSetNode<TV> Current { get; }
    Property Value
    Type Description
    HashSetNode<TV>

    Methods

    Dispose()

    Declaration
    public void Dispose()

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    Boolean

    Reset()

    Declaration
    public void Reset()

    Explicit Interface Implementations

    IEnumerator.Current

    Declaration
    object IEnumerator.Current { get; }
    Returns
    Type Description
    Object

    Implements

    System.Collections.Generic.IEnumerator<T>
    System.IDisposable
    System.Collections.IEnumerator
    Back to top Generated by DocFX