Click or drag to resize

EnumHelperToDictionary Method

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public static Dictionary<int, string> ToDictionary(
	Type enumType
)

Parameters

enumType
Type: SystemType

Return Value

Type: DictionaryInt32, String
See Also