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