Get<>(dict, key, defaultVal) Get<>(dict, key, defaultVal) Get<>(dict, key1, key2, defaultVal) IndexOfSubarray<>(sourceArray, findWhat, startIndex, sourceLength, comparer) Insert<>(array, startIndex, values) Insert<>(array, startIndex, value) Remove<>(array, startIndex, length) SubarrayEquals<>(sourceArray, sourceStartIndex, otherArray, otherStartIndex, length, comparer)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Extension method: bool Contains<TKey, TValue>(this IDictionary<TKey, HashSet<TValue>>, TKey, TValue)Declarationpublic static bool Contains<TKey, TValue>(
this IDictionary<TKey, HashSet<TValue>> source,
TKey key,
TValue value
)SummaryDetermines 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. |
|