예제 #1
0
 public static string?GetName <TEnum>(TEnum value) where TEnum : struct
 {
     return(EnumHelpers <TEnum> .ConvertBack(value));
 }