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

System.Collections.Generic.DictionaryExtensions

Malware edited this page Dec 25, 2018 · 46 revisions

Index

DictionaryExtensions Class

private public abstract sealed class.DictionaryExtensions

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

Example

Remarks

Methods

Member Description
GetValueOrDefault(Dictionary, K)
GetValueOrDefault(Dictionary, K, V)
FirstPair(Dictionary)
GetValueOrDefault(ConcurrentDictionary, K, V)
Remove(ConcurrentDictionary, K)
GetOrAdd(ConcurrentDictionary, TKey, TContext, Func)
AssertEmpty(Dictionary)

Clone this wiki locally