Click or drag to resize
EnumHelperGetDescriptions Method
获取枚举的描述列表

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static Dictionary<Enum, string> GetDescriptions(
	Type enumType
)

Parameters

enumType
Type: SystemType

[Missing <param name="enumType"/> documentation for "M:Adf.EnumHelper.GetDescriptions(System.Type)"]

Return Value

Type: DictionaryEnum, String

[Missing <returns> documentation for "M:Adf.EnumHelper.GetDescriptions(System.Type)"]

See Also