Method GetValuesAndDescriptions
GetValuesAndDescriptions(Type, string)
Declaration
public static EnumHelper.EnumValueWithDescription[] GetValuesAndDescriptions(Type enumType, string defaultValueName)
Parameters
Type |
Name |
Description |
Type |
enumType |
|
string |
defaultValueName |
|
Returns
GetValuesAndDescriptions<T>()
Declaration
public static EnumHelper.EnumValueWithDescription<T>[] GetValuesAndDescriptions<T>()
Returns
Type Parameters
GetValuesAndDescriptions(Type)
Declaration
public static EnumHelper.EnumValueWithDescription[] GetValuesAndDescriptions(Type enumType)
Parameters
Type |
Name |
Description |
Type |
enumType |
|
Returns