Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Struct HashSetDictionary<TKey, TValue>.ValueSetCollection.Enumerator

    Enumerates the value sets of a HashSetDictionary<TKey, TValue>.ValueSetCollection.

    Implements
    IEnumerator<HashSetDictionary<TKey, TValue>.ValueSet>
    IEnumerator
    IDisposable
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Singulink.Collections
    Assembly: Singulink.Collections.dll
    Syntax
    public struct HashSetDictionary<TKey, TValue>.ValueSetCollection.Enumerator : IEnumerator<HashSetDictionary<TKey, TValue>.ValueSet>, IEnumerator, IDisposable

    Properties

    Name Description
    Current

    Gets the element at the current position of the enumerator.

    Methods

    Name Description
    Dispose()

    Releases all the resources used by the enumerator.

    MoveNext()

    Advances the enumerator to the next element.

    Explicit Interface Implementations

    Name Description
    IEnumerator.Current

    Gets the element at the current position of the enumerator.

    IEnumerator.Reset()

    Not supported.

    © Singulink. All rights reserved.