Table of Contents

Method VisitNewArray

Namespace
MongoDB.Driver.Linq
Assembly
MongoDB.Driver.Legacy.dll

VisitNewArray(NewArrayExpression)

Visits a NewArrayExpression.

protected virtual Expression VisitNewArray(NewArrayExpression node)

Parameters

node NewArrayExpression

The NewArrayExpression.

Returns

Expression

The NewArrayExpression (possibly modified).