Click or drag to resize

PairDictionaryToKVArrayT1, T2 Method

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public static KeyValuePair<T1, T2>[] DictionaryToKVArray<T1, T2>(
	IDictionary<T1, T2> dict
)

Parameters

dict
Type: System.Collections.GenericIDictionaryT1, T2

Type Parameters

T1
T2

Return Value

Type: KeyValuePairT1, T2
See Also