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

Represents method GetItem(TKey).

Namespace: Spring.Collections.Dictionaries
protected
 function GetItem(const key: TKey): TValue; virtual;

Parameters

key
Type: TKey

Return Value

Type: TValue

 

Implements

IDictionary<TKey,TValue>.GetItem(TKey)
IReadOnlyDictionary<TKey,TValue>.GetItem(TKey)