Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

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

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

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

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