IDictionary.SetItem Method
Sets the value associated with the specified key.
Syntax
Unit: Bcl.Collections
procedure IDictionary.SetItem(const Key: TValue; const Value: TValue); virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Key | TValue | The key whose value to set. |
| const | Value | TValue | The new value to associate with the key. |