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

Represents method GetKey(TValue).

Namespace: Spring.Collections.Dictionaries
protected
 function GetKey(const value: TValue): TKey;

Parameters

value
Type: TValue

Return Value

Type: TKey

 

Implements

IBidiDictionary<TKey,TValue>.GetKey(TValue)