Example #1
0
 public UnaryOperandNode Visit(Visitor visitor)
 {
     return(visitor.VisitBinaryExpression(this));
 }