示例#1
0
 public string Accept(TFlong type, string json, string field)
 {
     return(DefaultSave(json, field));
 }
 public void Accept(TFlong type, HashSet <DefTypeBase> x)
 {
 }
 public string Accept(TFlong type, string bufName, string fieldName)
 {
     return($"{bufName}.WriteFlong({fieldName});");
 }