Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: bool Contains<TKey, TValue>(this IDictionary<TKey, HashSet<TValue>>, TKey, TValue)

Declaration

public static bool Contains<TKey, TValue>(
    this IDictionary<TKey, HashSet<TValue>> source,
    TKey key,
    TValue value
)

Summary

Determines whether the current HashSet-in-a-Dictionary contains the specified key and value.

Generic type parameters

TKeyThis type parameter is not documented.
TValueThis type parameter is not documented.