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
TKey | This type parameter is not documented. |
TValue | This type parameter is not documented. |