Method SetItem
SetItem(TKey, TValue, TValue)
Sets the value with the specified key in the underlying dictionary.
Declaration
protected virtual void SetItem(TKey key, TValue value, TValue oldValue)
Parameters
Type | Name | Description |
---|---|---|
TKey | key | The key of the element to add or replace. |
TValue | value | The new value to assign to the key. |
TValue | oldValue | The old value assigned to |