IDictionary.Remove Method
Removes the key-value pair with the specified key from the dictionary.
Syntax
Unit: Bcl.Collections
procedure IDictionary.Remove(const Key: TValue); virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Key | TValue | The key of the pair to remove. |