GetValueOrDefault<K,V>
Summary
public static V GetValueOrDefault<K, V>(this Dictionary<K, V> dictionary, K key)
Returns
Parameters
- Dictionary<K, V> dictionary
- K key
Summary
public static V GetValueOrDefault<K, V>(this Dictionary<K, V> dictionary, K key, V defaultValue)
Returns
Parameters
- Dictionary<K, V> dictionary
- K key
- V defaultValue
Summary
public static V GetValueOrDefault<K, V>(this ConcurrentDictionary<K, V> dictionary, K key, V defaultValue)