Method VisitNewArray
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Bson.dll
VisitNewArray(NewArrayExpression)
Visits a NewArrayExpression.
protected virtual Expression VisitNewArray(NewArrayExpression node)
Parameters
node
NewArrayExpression
The NewArrayExpression.
Returns
The NewArrayExpression (possibly modified).