btb-class

ReadWriteDictionary(TKey,TValue).Remove(TKey) Method

Remove key/value pair with the specified key from this dictionary.

public override bool ReadWriteDictionary(
   TKey key
);

Parameters

key
key of the key/value pair to remove

Return Value

the specified key is present in the dictionary

Implements

IDictionary<TKey, TValue>.Remove

See Also

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