Exemple #1
0
 public string DefaultTypeFormatter(TsType tsType)
 {
     return(GetFullyQualifiedTypeName(tsType) + (tsType.IsCollection() ? string.Concat(Enumerable.Repeat("[]", (tsType as TsCollection).Dimension)) : ""));
 }