docs.inedo.com →
inedo.com →
ProGet SDK Reference
Version:
4.3.0
4.0.0
ProGet SDK
Inedo
DictionaryExtensions
GetValueOrDefault(TKey,TValue)(System.Collections.Generic.SortedList(TKey,,TKey,TValue)
GetValueOrDefault<TKey, TValue>(System.Collections.Generic.SortedList<TKey, TValue> dictionary, TKey key, TValue defaultValue) Method
Syntax
public
static
TValue GetValueOrDefault<TKey, TValue>(
SortedList
<TKey, TValue> dictionary, TKey key, TValue defaultValue)
Parameters
dictionary
Type: System.Collections.Generic.SortedList<TKey, TValue>
key
Type: TKey
defaultValue
Type: TValue