Method VisitParameter
VisitParameter(ParameterExpression)
Replaces the from parameter with the two parameter if it maches.
protected override Expression VisitParameter(ParameterExpression node)
Parameters
nodeParameterExpressionThe node.
Returns
- Expression
The parameter (replaced if it matched).