Click or drag to resize
ExpressionVisitor.VisitNewArray Method
Visits a NewArrayExpression.

Namespace: MongoDB.Driver.Linq
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.4.1
Syntax
protected virtual Expression VisitNewArray(
	NewArrayExpression node
)

Parameters

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

Return Value

Type: Expression
The NewArrayExpression (possibly modified).
See Also