IDictionary.Add Method
Adds a new key-value pair to the dictionary.
Syntax
Unit: Bcl.Collections
procedure IDictionary.Add(const Key: TValue; const Value: TValue); virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Key | TValue | The key to add. |
| const | Value | TValue | The value associated with the key. |