Click or drag to resize

IOrderedDictionary<TKey, TValue>.Add Method

Overload List
  NameDescription
Public methodAdd(T) (Inherited from ICollection<KeyValuePair<TKey, TValue>>.)
Public methodAdd(Object, Object)
Adds an element with the provided key and value to the IDictionary object.
(Inherited from IDictionary.)
Public methodAdd(TKey, TValue)
Top
See Also