Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method Contains

    Contains(TAlternateKey, TValue)

    Returns a value indicating whether the specified alternate key and associated value are present in the dictionary.

    Declaration
    public bool Contains(TAlternateKey key, TValue value)
    Parameters
    Type Name Description
    TAlternateKey key
    TValue value
    Returns
    Type Description
    bool

    Contains(TAlternateKey, TValue, out TKey)

    Returns a value indicating whether the specified alternate key and associated value are present in the dictionary.

    Declaration
    public bool Contains(TAlternateKey key, TValue value, out TKey actualKey)
    Parameters
    Type Name Description
    TAlternateKey key
    TValue value
    TKey actualKey
    Returns
    Type Description
    bool
    © Singulink. All rights reserved.