Pair Class

Static methods for the PairTKey, TValue struct

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static class Pair
Inheritance
Object    Pair

Methods

DictionaryFromArrayT1, T2(PairT1, T2) Create dictionary with values from array of key-value pairs.
DictionaryFromArrayT1, T2(IDictionaryT1, T2, PairT1, T2) Populate (empty) dictionary with values from array of key-value pairs.
DictionaryFromArrayT1, T2(PairT1, T2, IEqualityComparerT1) Create dictionary with values from array of key-value pairs.
DictionaryFromKVArrayT1, T2(IDictionaryT1, T2, KeyValuePairT1, T2) Populate (empty) dictionary with values from array of key-value pairs.
DictionaryFromKVArrayT1, T2(KeyValuePairT1, T2, IEqualityComparerT1) Create dictionary with values from array of key-value pairs.
DictionaryToArrayT1, T2 Copy dictionary data to array of key-value pairs
DictionaryToKVArrayT1, T2 Copy dictionary data to array of key-value pairs

See Also