Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method IReadOnlyDictionary<TLeft, TRight>.TryGetValue

    IReadOnlyDictionary<TLeft, TRight>.TryGetValue(TLeft, out TRight)

    Gets the right value associated with the specified left value.

    Declaration
    bool IReadOnlyDictionary<TLeft, TRight>.TryGetValue(TLeft key, out TRight value)
    Parameters
    Type Name Description
    TLeft key
    TRight value
    Returns
    Type Description
    bool

    true if the map contains the specified left value, otherwise false.

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