Table of Contents

Method VisitNewArray

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

VisitNewArray(NewArrayExpression)

Visits a NewArrayExpression.

protected virtual T VisitNewArray(NewArrayExpression node)

Parameters

node NewArrayExpression

The NewArrayExpression.

Returns

T

The result of visiting the Expression.