DictionaryBaseTKey, TValueAdd Method |
Name | Description | |
---|---|---|
![]() | Add(KeyValuePairTKey, TValue) |
Adds a key-value pair to the collection. This implementation calls the Add method
with the Key and Value from the item.
(Overrides CollectionBaseTAdd(T).) |
![]() | Add(TKey, TValue) |
Adds a new key-value pair to the dictionary.
|