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 |
|---|---|
| \%1static void AssertEmpty\%1K, V>(this Dictionary\%1K, V>)](System.Collections.Generic.DictionaryExtensions.AssertEmpty) | |
| \%1static KeyValuePair\%1K, V> FirstPair\%1K, V>(this Dictionary\%1K, V>)](System.Collections.Generic.DictionaryExtensions.FirstPair) | |
| \%1static TValue GetOrAdd\%1TKey, TValue, TContext>(this ConcurrentDictionary\%1TKey, TValue>, TKey, TContext, Func\%1TContext, TKey, TValue>)](System.Collections.Generic.DictionaryExtensions.GetOrAdd) | |
| \%1static V GetValueOrDefault\%1K, V>(this Dictionary\%1K, V>, K)](System.Collections.Generic.DictionaryExtensions.GetValueOrDefault) | |
| \%1static V GetValueOrDefault\%1K, V>(this Dictionary\%1K, V>, K, V)](System.Collections.Generic.DictionaryExtensions.GetValueOrDefault) | |
| \%1static V GetValueOrDefault\%1K, V>(this ConcurrentDictionary\%1K, V>, K, V)](System.Collections.Generic.DictionaryExtensions.GetValueOrDefault) | |
| \%1static void Remove\%1K, V>(this ConcurrentDictionary\%1K, 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!