Пример #1
0
 public static void FromString(this FailoverConfType type, string str)
 {
     EnumFromString(type, str);
 }
Пример #2
0
 public static string ToString(this FailoverConfType type)
 {
     return(EnumToString(type));
 }