Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method IEnumerable<KeyValuePair<TKey, ISet<TValue>>>.GetEnumerator

    IEnumerable<KeyValuePair<TKey, ISet<TValue>>>.GetEnumerator()

    Returns an enumerator that iterates through the value sets in the dictionary.

    Declaration
    IEnumerator<KeyValuePair<TKey, ISet<TValue>>> IEnumerable<KeyValuePair<TKey, ISet<TValue>>>.GetEnumerator()
    Returns
    Type Description
    IEnumerator<KeyValuePair<TKey, ISet<TValue>>>
    Implements
    IEnumerable<T>.GetEnumerator()
    © Singulink. All rights reserved.