Click or drag to resize
ExpressionVisitor.VisitNew Method
Visits a NewExpression.

Namespace: MongoDB.Driver.Linq
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.4.1
Syntax
protected virtual NewExpression VisitNew(
	NewExpression node
)

Parameters

node
Type: System.Linq.Expressions.NewExpression
The NewExpression.

Return Value

Type: NewExpression
The NewExpression (possibly modified).
See Also