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
Delphi |
public |
Parameters
Key
Type: TKey
Type: TValue