[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.ObservableDictionary-2.Add

Add Method

Add(TKey, TValue)

Adds an element with the specified key and value into the ObservableSortedDictionary<TKey, TValue>.

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

Implements