Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method Contains

    Contains(TAlternateLeft, TRight)

    Gets a value indicating if the map contains an association between the specified alternate left value and right value.

    Declaration
    public bool Contains(TAlternateLeft leftValue, TRight rightValue)
    Parameters
    Type Name Description
    TAlternateLeft leftValue
    TRight rightValue
    Returns
    Type Description
    bool

    Contains(TAlternateLeft, TRight, out TLeft)

    Gets a value indicating if the map contains an association between the specified alternate left value and right value.

    Declaration
    public bool Contains(TAlternateLeft leftValue, TRight rightValue, out TLeft actualLeftValue)
    Parameters
    Type Name Description
    TAlternateLeft leftValue
    TRight rightValue
    TLeft actualLeftValue
    Returns
    Type Description
    bool
    © Singulink. All rights reserved.