DictionaryExt ClassIDictionary(TKey, TValue) and Dictionary(TKey, TValue) extensions.

Inheritance Hierarchy

System.Object
  UltimateXR.Extensions.System.Collections.DictionaryExt
Namespace: UltimateXR.Extensions.System.Collections
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public static class DictionaryExt


The DictionaryExt type exposes the following members.

Methods

NameDescription
Public methodStatic memberAddRange(TKey, TValue) Adds all elements in another dictionary to the dictionary.
Public methodStatic memberGetOrAddValue(TKey, TValue) Gets a given value defined by a key in a dictionary. If the key is not found, it is added and the value is given the default value.

See Also

Reference

UltimateXR.Extensions.System.Collections Namespace