MultiValueHashtable<TKey, TValue>.Add Method |
Name | Description | |
---|---|---|
![]() | Add(TKey, TValue) | Adds the specified key and value to the dictionary. (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.) |
![]() | Add(TKey, ICollection<TValue>) |
Adds the objects as values for the specified key.
|
![]() | Add(TKey, TValue) |
Adds an element with the specified key and value to the set.
|