ViewAdd Method |
Name | Description | |
---|---|---|
![]() | Add(KeyValuePairTKey, ICollectionTValue) |
Adds a key-value pair to the collection. The value part of the pair must be a collection
of values to associate with the key. If values are already associated with the given
key, the new values are added to the ones associated with that key.
(Inherited from MultiDictionaryBaseTKey, TValue.) |
![]() | Add(TKey, TValue) |
Adds the given key-value pair to the underlying dictionary of this view.
If key is not within the range of this view, an
ArgumentException is thrown.
(Overrides MultiDictionaryBaseTKey, TValueAdd(TKey, TValue).) |