예제 #1
0
 public void WriteParamsConstructorArgs(ClassTemplate template)
 {
     Write(string.Join(", ", template.Fields.Select <ClassField, string>(s => string.Format("{0} {1}", Utility.GetFriendlyName(s.Type), s.Name))));
 }