Click or drag to resize
ExpressionVisitorTVisitNewArray Method
Visits a NewArrayExpression.

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

Parameters

node
Type: System.Linq.ExpressionsNewArrayExpression
The NewArrayExpression.

Return Value

Type: T
The result of visiting the Expression.
See Also