示例#1
0
 public static string GetString(this Enum field)
 {
     return(EnumValueAttribute.GetString(field));
 }