Method Visit
Visit(Expression)
Dispatches the expression to one of the more specialized visit methods in this class.
public override Expression Visit(Expression node)
Parameters
node
ExpressionThe expression to visit.
Returns
- Expression
The modified expression, if it or any subexpression was modified; otherwise, returns the original expression.