Click or drag to resize
ConversionBindToEnum Method
Bind an enum object into a Dictionary

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static Dictionary<string, int> BindToEnum(
	Type enumType
)

Parameters

enumType
Type: SystemType
Enum object to bind

Return Value

Type: DictionaryString, Int32
Generated Dictionary object from Enum
See Also