TBidiDictionary<TKey,TValue>.TInverse.GetValueOrDefault Method

Overloads

GetValueOrDefault(TValue)

Delphi
function GetValueOrDefault(const value: TValue): TKey

Parameters

value
TValue

Returns

TKey

GetValueOrDefault(TValue, TKey)

Delphi
function GetValueOrDefault(const value: TValue; const defaultKey: TKey): TKey

Parameters

value
TValue
defaultKey
TKey

Returns

TKey