TBidiDictionary<TKey,TValue>.TryGetKey(TValue,TKey) Method
Gets the key associated with the specified key.
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.