[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.ObservableSortedDictionary-2.AddItem

AddItem Method

AddItem(TKey, TValue)

Adds an element into collection with specified key.

Declaration
protected virtual void AddItem(TKey key, TValue value)
Parameters
Type Name Description
TKey key
TValue value