IDictionary<TKey, TValue>::Add Method
.NET Framework (current version)
Namespace:
System.Collections.Generic
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Add(T) | Adds an item to the ICollection<T>.(Inherited from ICollection<T>.) |
![]() | Add(TKey, TValue) | Adds an element with the provided key and value to the IDictionary<TKey, TValue>. |
Show:
