Method VisitNew
VisitNew(NewExpression)
Visits a NewExpression.
protected virtual T VisitNew(NewExpression node)
Parameters
node
NewExpressionThe NewExpression.
Returns
- T
The result of visiting the Expression.
Visits a NewExpression.
protected virtual T VisitNew(NewExpression node)
node
NewExpressionThe NewExpression.
The result of visiting the Expression.