| ViewContains Method |
| Name | Description | |
|---|---|---|
| Contains(KeyValuePairTKey, ICollectionTValue) |
Determines if this dictionary contains the given key and all of the values associated with that key..
(Inherited from MultiDictionaryBaseTKey, TValue.) | |
| Contains(TKey, TValue) |
Tests if the key-value pair is present in the part of the dictionary being viewed.
(Overrides MultiDictionaryBaseTKey, TValueContains(TKey, TValue).) |