Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ExpressionVisitor::VisitDynamic Method (DynamicExpression^)

 

Visits the children of the DynamicExpression.

Namespace:   System.Linq.Expressions
Assembly:  System.Core (in System.Core.dll)

public protected:
virtual Expression^ VisitDynamic(
	DynamicExpression^ node
)

Parameters

node
Type: System.Linq.Expressions::DynamicExpression^

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.

.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Return to top
Show: