Table of Contents

Method VisitNew

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

VisitNew(NewExpression)

Visits a NewExpression.

protected virtual NewExpression VisitNew(NewExpression node)

Parameters

node NewExpression

The NewExpression.

Returns

NewExpression

The NewExpression (possibly modified).