Open sandboxFocus

Method RemoveItem

RemoveItem(TKey, TValue, AdviceEnumerator<IDictionaryDynamicAdvice<TKey, TValue>>)

Removes an item from the dictionary.

Declaration
public virtual void RemoveItem(TKey key, TValue value, AdviceEnumerator<IDictionaryDynamicAdvice<TKey, TValue>> nextAdvices)
Parameters
Type Name Description
TKey key
TValue value
AdviceEnumerator<IDictionaryDynamicAdvice<TKey, TValue>> nextAdvices
Implements