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
\%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)

Clone this wiki locally