Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

System.Collections.Generic.DictionaryExtensions

Morten Aune Lyrstad edited this page Apr 16, 2022 · 46 revisions

IndexNamespace Index

DictionaryExtensions Class

public abstract sealed class DictionaryExtensions

Namespace: System.Collections.Generic
Assembly: VRage.Library.dll

Methods

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)

Clone this wiki locally