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