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