Click or drag to resize

TypedSortedListEx TKey , TValue Add Method

Overload List
Name Description
Public method Add(KeyValuePair TKey, TValue )
Adds the specified key-value pair to the collection.
Public method Add(Object, Object)
Adds a new entry with the specified key and value to the dictionary.
Public method Add(TKey, TValue)
Adds an element with the provided key and value to the list.
Top
See Also