예제 #1
0
 public override void Append(CSTWriter w)
 {
     name.Append(w);
     TypeDef.AppendArguments(w, arguments);
 }