System.Collections.Generic.DictionaryExtensions - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index
public abstract sealed class DictionaryExtensions
Namespace: System.Collections.Generic
Assembly: VRage.Library.dll
static void AssertEmpty<K, V>(this Dictionary<K, V> collection)
static KeyValuePair<K, V> FirstPair<K, V>(this Dictionary<K, V> dictionary)
static V GetValueOrDefault<K, V>(this Dictionary<K, V> dictionary, K key)
static V GetValueOrDefault<K, V>(this Dictionary<K, V> dictionary, K key, V defaultValue)
static V GetValueOrDefault<K, V>(this ConcurrentDictionary<K, V> dictionary, K key, V defaultValue)
static void Remove<K, V>(this ConcurrentDictionary<K, V> dictionary, K key)