System.Linq.Expressions.NewArrayExpression: Method Members

The methods of System.Linq.Expressions.NewArrayExpression are listed below. For a list of all members, see the NewArrayExpression Members list.

See Also: Inherited members from System.Linq.Expressions.Expression

Public Methods

Update(IEnumerable<Expression>) : NewArrayExpression

Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression.

Protected Methods

override
Accept(ExpressionVisitor) : Expression

Dispatches to the specific visit method for this node type. For example, System.Linq.Expressions.MethodCallExpression calls the ExpressionVisitor.VisitMethodCall(MethodCallExpression).