EnumHelperGetDescriptions Method |
获取枚举的描述列表
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static Dictionary<Enum, string> GetDescriptions(
Type enumType
)
Public Shared Function GetDescriptions (
enumType As Type
) As Dictionary(Of Enum, String)
public:
static Dictionary<Enum^, String^>^ GetDescriptions(
Type^ enumType
)
static member GetDescriptions :
enumType : Type -> Dictionary<Enum, string>
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