コード例 #1
0
 public static string GetString <TEnum>(this TEnum value) where TEnum : struct
 {
     return(EnumMapper <TEnum> .GetString(value));
 }