Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method ICollection<KeyValuePair<TKey, ISet<TValue>>>.Contains

    ICollection<KeyValuePair<TKey, ISet<TValue>>>.Contains(KeyValuePair<TKey, ISet<TValue>>)

    Gets a value indicating whether the specified key and value set is present in the dictionary.

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