Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSDictionary<TKey,TValue> > Methods

TRSDictionary<TKey,TValue>.Remove(TKey) Method

Scroll Prev Top Next More

Remove key-value pair.

Remove removes the given key and its associated value from the dictionary. No exception is thrown if the key is not in the dictionary. This is an O(1) operation.

An    OnKeyNotify event and an    OnValueNotify event occur indicating an entry was removed from the dictionary.
 
 

Namespace: RSGenerics.Collections

Parameters

Key

Type: TKey

Return Value

Type: TValue

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb