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

Gets the key associated with the specified key.

Namespace: Spring.Collections.Dictionaries
public
 function TryGetKey(const value: TValue; out key: TKey): Boolean;

Parameters

value
Type: TValue

key
Type: TKey

Return Value

Type: Boolean

True if the key was found; otherwise, False.

Implements

IBidiDictionary<TKey,TValue>.TryGetKey(TValue,TKey)