Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method ICollection<KeyValuePair<TLeft, TRight>>.Contains

    ICollection<KeyValuePair<TLeft, TRight>>.Contains(KeyValuePair<TLeft, TRight>)

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

    Declaration
    bool ICollection<KeyValuePair<TLeft, TRight>>.Contains(KeyValuePair<TLeft, TRight> item)
    Parameters
    Type Name Description
    KeyValuePair<TLeft, TRight> item
    Returns
    Type Description
    bool
    Implements
    ICollection<T>.Contains(T)
    © Singulink. All rights reserved.