Table of Contents

Method VisitNewArray

Namespace
MongoDB.Bson.Serialization
Assembly
MongoDB.Bson.dll

VisitNewArray(NewArrayExpression)

Visits a NewArrayExpression.

protected virtual Expression VisitNewArray(NewArrayExpression node)

Parameters

node NewArrayExpression

The NewArrayExpression.

Returns

Expression

The NewArrayExpression (possibly modified).