-
Notifications
You must be signed in to change notification settings - Fork 124
System.Collections.Generic.DictionaryExtensions
← 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 V GetValueOrNew<K, V>(this Dictionary<K, V> dictionary, K key)
static void Remove<K, V>(this ConcurrentDictionary<K, V> dictionary, K key)
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!