TBidiDictionary<TKey,TValue>.GetItem(TKey) Method
Represents method GetItem(TKey)
.
protected function GetItem(const key: TKey): TValue; inline;
Parameters
- key
- Type: TKey
Return Value
Type: TValue
Implements
IReadOnlyDictionary<TKey,TValue>.GetItem(TKey)IDictionary<TKey,TValue>.GetItem(TKey)