Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method ContainsLeft

    ContainsLeft(TLeft)

    Determines whether this map contains the specified left value.

    Declaration
    public bool ContainsLeft(TLeft leftValue)
    Parameters
    Type Name Description
    TLeft leftValue

    The left value to locate.

    Returns
    Type Description
    bool

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

    Implements
    IMap<TLeft, TRight>.ContainsLeft(TLeft)
    IReadOnlyMap<TLeft, TRight>.ContainsLeft(TLeft)
    © Singulink. All rights reserved.