TBidiDictionary<TKey,TValue>.GetItem(TKey) Method

Represents method GetItem(TKey).

Namespace: Spring.Collections.Dictionaries
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)