Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

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

    ICollectionDictionary<TKey, TValue, IList<TValue>>.Values

    Gets a collection containing all the values in the dictionary across all the keys.

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