[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.OwnedSortedDictionary-2.AddItem

AddItem Method

AddItem(TKey, TValue)

Adds an element into collection with specified key.

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