EnumUtils
Gets a dictionary of the names and values of an Enum type.
public static IList<EnumValue<TUnderlyingType>> GetNamesAndValues<TUnderlyingType>(Type enumType) where TUnderlyingType : struct
Gets a dictionary of the names and values of an Enum type.