Пример #1
0
 public QueryFormat(QueryFormatType type)
 {
     Type = type;
 }
Пример #2
0
 public static string ToSerialString(this QueryFormatType value) => value switch
 {