BuildMaster SDK Reference
Version:
GetValueOrDefault<TKey, TValue>(System.Collections.Generic.SortedList<TKey, TValue> dictionary, TKey key) Method
Syntax
public
static TValue GetValueOrDefault<TKey, TValue>(SortedList<TKey, TValue> dictionary, TKey key)
Parameters
- dictionary
- Type: System.Collections.Generic.SortedList<TKey, TValue>
- key
- Type: TKey