Spring.Base Spring.Collections.Dictionaries TSortedDictionary<TKey,TValue> GetValueOrDefault TSortedDictionary<TKey,TValue>.GetValueOrDefault Method On this page Overloads GetValueOrDefault(TKey) GetValueOrDefault(TKey, TValue) Unit: Spring.Collections.Dictionaries Package: Spring.Base Overloads GetValueOrDefault(TKey) GetValueOrDefault(TKey, TValue) GetValueOrDefault(TKey) Delphi Copy function GetValueOrDefault(const key: TKey): TValue Parameters key TKey Returns TValue GetValueOrDefault(TKey, TValue) Delphi Copy function GetValueOrDefault(const key: TKey; const defaultValue: TValue): TValue Parameters key TKey defaultValue TValue Returns TValue