示例#1
0
 public override T Visit <T>(IVisitor <T> visitor)
 {
     return(visitor.ArithmeticExpression(this));
 }