This repository was archived by the owner on Dec 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
System.Collections.Generic.DictionaryExtensions
Morten Aune Lyrstad edited this page Apr 16, 2022
·
46 revisions
← Index ← Namespace Index
public abstract sealed class DictionaryExtensionsNamespace: System.Collections.Generic
Assembly: VRage.Library.dll
| Member | Description |
|---|---|
| [static void AssertEmpty<K, V>(this Dictionary<K, V>)](System.Collections.Generic.DictionaryExtensions.AssertEmpty) | |
| [static KeyValuePair<K, V> FirstPair<K, V>(this Dictionary<K, V>)](System.Collections.Generic.DictionaryExtensions.FirstPair) | |
| [static TValue GetOrAdd<TKey, TValue, TContext>(this ConcurrentDictionary<TKey, TValue>, TKey, TContext, Func<TContext, TKey, TValue>)](System.Collections.Generic.DictionaryExtensions.GetOrAdd) | |
| [static V GetValueOrDefault<K, V>(this Dictionary<K, V>, K)](System.Collections.Generic.DictionaryExtensions.GetValueOrDefault) | |
| [static V GetValueOrDefault<K, V>(this Dictionary<K, V>, K, V)](System.Collections.Generic.DictionaryExtensions.GetValueOrDefault) | |
| [static V GetValueOrDefault<K, V>(this ConcurrentDictionary<K, V>, K, V)](System.Collections.Generic.DictionaryExtensions.GetValueOrDefault) | |
| [static void Remove<K, V>(this ConcurrentDictionary<K, V>, K)](System.Collections.Generic.DictionaryExtensions.Remove) |
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!