TMapBase<TKey,T>.Remove(TKey,T) Method
Removes the specified key/value pair from the IMap<TKey, TValue>.
public function Remove(const key: TKey; const value: T): Boolean; reintroduce; overload; virtual; abstract;
Parameters
- key
- Type: TKey
The key of the pair to remove.
- value
- Type: T
The value of the pair to remove,
Return Value
Type: Boolean
True if the pair was successfully removed; otherwise, False .