示例#1
0
 static AstVoidType()
 {
     Instance = new AstVoidType();
 }
 protected virtual void AppendVoidType(StringBuilder builder, AstVoidType voidType)
 {
     builder.Append(voidType);
 }
示例#3
0
 static AstVoidType()
 {
     Instance = new AstVoidType();
 }