Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Property IReadOnlyDictionary<TKey, IList<TValue>>.Values

    IReadOnlyDictionary<TKey, IList<TValue>>.Values

    Gets a collection containing the value lists in the dictionary.

    Declaration
    IEnumerable<IList<TValue>> IReadOnlyDictionary<TKey, IList<TValue>>.Values { get; }
    Returns
    Type Description
    IEnumerable<IList<TValue>>
    Implements
    IReadOnlyDictionary<TKey, TValue>.Values
    © Singulink. All rights reserved.