IDictionary(Of 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(Of T).(Inherited from ICollection(Of T).) |
![]() | Add(TKey, TValue) | Adds an element with the provided key and value to the IDictionary(Of TKey, TValue). |
Show:
