SetItem(TKey, TValue, TValue, AdviceEnumerator<IDictionaryDynamicAdvice<TKey, TValue>>)
Replaces an item with another one in the dictionary.
Declaration
public virtual void SetItem(TKey key, TValue value, TValue oldValue, AdviceEnumerator<IDictionaryDynamicAdvice<TKey, TValue>> nextAdvices)
Parameters
Type | Name | Description |
---|---|---|
TKey | key | |
TValue | value | |
TValue | oldValue | |
AdviceEnumerator<IDictionaryDynamicAdvice<TKey, TValue>> | nextAdvices |