Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

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

    IReadOnlyDictionary<TKey, ISet<TValue>>.Keys

    Gets a collection containing the keys in the dictionary.

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