Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

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

    IReadOnlyDictionary<TKey, ISet<TValue>>.Values

    Gets a collection containing the value sets in the dictionary.

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