Class ReplaceExpressionVisitor
Represents a visitor that replaces one expression with another expression.
public class ReplaceExpressionVisitor : ExpressionVisitor
- Inheritance
-
ReplaceExpressionVisitor
Constructors
- ReplaceExpressionVisitor(Expression, Expression)
Initializes a new instance of the ReplaceExpressionVisitor class.
Methods
- Visit(Expression)
Dispatches the expression to one of the more specialized visit methods in this class.