Method VisitNewArray
VisitNewArray(NewArrayExpression)
Visits a NewArrayExpression.
protected virtual T VisitNewArray(NewArrayExpression node)
Parameters
nodeNewArrayExpressionThe NewArrayExpression.
Returns
- T
The result of visiting the Expression.