[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.ObservableDictionary-2.SetItem

SetItem Method

SetItem(TKey, TValue)

Replaces the element with the specified key.

Declaration
protected virtual void SetItem(TKey key, TValue value)
Protected Overridable Sub SetItem(key As TKey, value As TValue)
Parameters
Type Name Description
TKey key
TValue value