示例#1
0
 static AstAnyType()
 {
     Instance = new AstAnyType();
 }
 protected virtual void AppendAnyType(StringBuilder builder, AstAnyType anyType)
 {
     builder.Append(anyType);
 }
示例#3
0
 static AstAnyType()
 {
     Instance = new AstAnyType();
 }