Click or drag to resize

DictionaryList<TKey, TValue> .Add Method

Overload List
  Name Description
Public method Add(KeyValuePair<TKey, TValue> ) Adds an item to the DictionaryList<TKey, TValue>.
Public method Add(TKey, TValue) Adds an element with the provided key and value to the DictionaryList<TKey, TValue>.
Top
See Also