Click or drag to resize

UtilsAsArrayTKey, TValue Method (DictionaryTKey, TValueKeyCollection)

Namespace:  Scilligence.MolEngine.Common
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public static TKey[] AsArray<TKey, TValue>(
	DictionaryTKey, TValueKeyCollection values
)

Parameters

values
Type: System.Collections.GenericDictionaryTKey, TValueKeyCollection

Type Parameters

TKey
TValue

Return Value

Type: TKey
See Also