IDictionary.GetItem Method
Returns the value associated with the specified key.
Syntax
Unit: Bcl.Collections
function IDictionary.GetItem(const Key: TValue): TValue; virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Key | TValue | The key whose value to retrieve. |
Returns
The value associated with Key.