[]
Adds an element with the specified key and value into the ObservableSortedDictionary<TKey, TValue>.
public void Add(TKey key, TValue value)
Public Sub Add(key As TKey, value As TValue)
Type | Name | Description |
---|---|---|
TKey | key | The key of the element to add. |
TValue | value | The value of the element to add. The value can be null for reference types. |