Exemple #1
0
 public string Accept(TEnum type, string json, string x)
 {
     return($"{x} = ({type.CsUnderingDefineType()}){json}.GetInt32();");
 }