[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.OwnedSortedDictionary-2.SetItem

SetItem Method

SetItem(TKey, TValue)

Replaces the element with the specified key.

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