[]
        
(Showing Draft Content)

C1.Win.Collections.ObjectModel.ObservableDictionary-2.Add

Add Method

Add(TKey, TValue)

Adds an element with the provided key and value to the ObservableDictionary<TKey, TValue>.

Declaration
public void Add(TKey key, TValue value)
Parameters
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.

Implements