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

Represents method GetValue(TKey).

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

Parameters

key
Type: TKey

Return Value

Type: TValue

 

Implements

IBidiDictionary<TKey,TValue>.GetValue(TKey)