This topic has not yet been rated - Rate this topic

ExpressionVisitor.VisitNewArray Method

Visits the children of the NewArrayExpression.

Namespace:  System.Linq.Expressions
Assembly:  System.Core (in System.Core.dll)
'Declaration
Protected Friend Overridable Function VisitNewArray ( _
	node As NewArrayExpression _
) As Expression

Parameters

node
Type: System.Linq.Expressions.NewArrayExpression
The expression to visit.

Return Value

Type: System.Linq.Expressions.Expression
The modified expression, if it or any subexpression was modified; otherwise, returns the original expression.

Silverlight

Supported in: 5, 4

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.