예제 #1
0
 public static T ToValue <T>(this Enum field)
 {
     return(EnumValueAttribute.GetValue <T>(field));
 }
예제 #2
0
 public static string GetString(this Enum field)
 {
     return(EnumValueAttribute.GetString(field));
 }