Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method Contains

    Contains(TLeft, TRight)

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

    Declaration
    public bool Contains(TLeft leftValue, TRight rightValue)
    Parameters
    Type Name Description
    TLeft leftValue
    TRight rightValue
    Returns
    Type Description
    bool
    Implements
    IMap<TLeft, TRight>.Contains(TLeft, TRight)
    IReadOnlyMap<TLeft, TRight>.Contains(TLeft, TRight)
    © Singulink. All rights reserved.