Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method IReadOnlyDictionary<TLeft, TRight>.ContainsKey

    IReadOnlyDictionary<TLeft, TRight>.ContainsKey(TLeft)

    Determines whether this map contains the specified left value.

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

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

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