示例#1
0
 public static string ToFastString <TEnum>(this TEnum val)
     where TEnum : struct
 {
     return(FastEnum <TEnum> .ToString(val));
 }