Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method IReadOnlyDictionary<TKey, ISet<TValue>>.TryGetValue

    IReadOnlyDictionary<TKey, ISet<TValue>>.TryGetValue(TKey, out ISet<TValue>)

    Gets the value set for the specified key or null if the key was not found.

    Declaration
    bool IReadOnlyDictionary<TKey, ISet<TValue>>.TryGetValue(TKey key, out ISet<TValue> value)
    Parameters
    Type Name Description
    TKey key
    ISet<TValue> value
    Returns
    Type Description
    bool

    A value indicating whether the key was found.

    Implements
    IReadOnlyDictionary<TKey, TValue>.TryGetValue(TKey, out TValue)
    © Singulink. All rights reserved.