







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
![]() | Add(KeyValuePair<(Of <TKey, ICollection<(Of <TValue>)>>)>) |
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.
(Overrides CollectionBase<(Of <KeyValuePair<(Of <TKey, ICollection<(Of <TValue>)>>)>>)>..::Add(T).) |
![]() | Add(TKey, TValue) |
Adds a new key-value pair to the dictionary. This method must be overridden in the derived class.
|