[]
Adds an element with the provided key and value to the ObservableDictionary<TKey, TValue>.
public void Add(TKey key, TValue value)
Type | Name | Description |
---|---|---|
TKey | key | The object to use as the key of the element to add. |
TValue | value | The object to use as the value of the element to add. |