System.Collections.Generic.DictionaryExtensions.GetValueOrDefault - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← DictionaryExtensions
public static V GetValueOrDefault<K, V>(this Dictionary<K, V> dictionary, K key)
- Dictionary<K, V> dictionary
- K key
public static V GetValueOrDefault<K, V>(this Dictionary<K, V> dictionary, K key, V defaultValue)
- Dictionary<K, V> dictionary
- K key
- V defaultValue
public static V GetValueOrDefault<K, V>(this ConcurrentDictionary<K, V> dictionary, K key, V defaultValue)