示例#1
0
 public void QuotedString(string text)
 {
     SetCurrentState(State.TypeDeclaration);
     builder.QuotedString(text);
 }