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