[]
        
(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)
Protected Overrides Sub SetItem(key As TKey, value As TValue)
Parameters
Type Name Description
TKey key
TValue value
Overrides