Add Method
From Wintellect PowerCollections
[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, TValue>)>) |
Adds a key-value pair to the collection. This implementation calls the Add method
with the Key and Value from the item.
(Overrides CollectionBase<(Of <KeyValuePair<(Of <TKey, TValue>)>>)>..::Add(T).) | |
| Add(TKey, TValue) |
Adds a new key-value pair to the dictionary.
|