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