btb-class

DictionaryBase(TKey,TValue).Remove(KeyValuePair) Method

Remove the specified key/value pair from the dictionary.

public abstract bool DictionaryBase(
   KeyValuePair<TKey, TValue> item
);

Parameters

item
key/value pair to remove

Return Value

the specified key is present in the dictionary

Implements

ICollection<KeyValuePair<TKey, TValue>>.Remove

See Also

DictionaryBase<TKey, TValue> Class | ComponentOwl.BetterThumbnailBrowser Namespace | DictionaryBase<TKey, TValue>.Remove Overload List