Пример #1
0
 public static string GetDescription <T>(T value)
 {
     return(EnumCache <T> .GetDescription(value, string.Empty));
 }
Пример #2
0
 public static string GetDescription <T>(T value, string defaultValue)
 {
     return(EnumCache <T> .GetDescription(value, defaultValue));
 }