Esempio n. 1
0
 public static string attributeToTs(attribute attr)
 {
     return("\n      public " + attr.name + ": " + attr.tsType + ";");
 }
Esempio n. 2
0
 public static string attributeToCs(attribute attr)
 {
     return("\n      public " + attr.csType + " " + attr.name + " { get; set; }");
 }