 | ConversionBindToEnum Method |
Bind an enum object into a Dictionary
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static Dictionary<string, int> BindToEnum(
Type enumType
)
Public Shared Function BindToEnum (
enumType As Type
) As Dictionary(Of String, Integer)
Parameters
- enumType
- Type: SystemType
Enum object to bind
Return Value
Type:
DictionaryString,
Int32Generated Dictionary object from Enum
See Also