PairDictionaryFromKVArrayT1, T2(IDictionaryT1, T2, KeyValuePairT1, T2) Method

Populate (empty) dictionary with values from array of key-value pairs.

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 void DictionaryFromKVArray<T1, T2>(
	IDictionary<T1, T2> dict,
	KeyValuePair<T1, T2>[] arr
)

Parameters

dict  IDictionaryT1, T2

[Missing <param name="dict"/> documentation for "M:DHI.Mike1D.Generic.Pair.DictionaryFromKVArray``2(System.Collections.Generic.IDictionary{``0,``1},System.Collections.Generic.KeyValuePair{``0,``1}[])"]

arr  KeyValuePairT1, T2

[Missing <param name="arr"/> documentation for "M:DHI.Mike1D.Generic.Pair.DictionaryFromKVArray``2(System.Collections.Generic.IDictionary{``0,``1},System.Collections.Generic.KeyValuePair{``0,``1}[])"]

Type Parameters

T1

[Missing <typeparam name="T1"/> documentation for "M:DHI.Mike1D.Generic.Pair.DictionaryFromKVArray``2(System.Collections.Generic.IDictionary{``0,``1},System.Collections.Generic.KeyValuePair{``0,``1}[])"]

T2

[Missing <typeparam name="T2"/> documentation for "M:DHI.Mike1D.Generic.Pair.DictionaryFromKVArray``2(System.Collections.Generic.IDictionary{``0,``1},System.Collections.Generic.KeyValuePair{``0,``1}[])"]

See Also