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.
DynamicExpressionVisitor Class
.NET Framework (current version)
Represents a visitor or rewriter for dynamic expression trees.
Assembly: System.Core (in System.Core.dll)
System::Object
System.Linq.Expressions::ExpressionVisitor
System.Linq.Expressions::DynamicExpressionVisitor
System.Linq.Expressions::ExpressionVisitor
System.Linq.Expressions::DynamicExpressionVisitor
| Name | Description | |
|---|---|---|
![]() | DynamicExpressionVisitor() | Initializes a new instance of DynamicExpressionVisitor. |
This class is designed to be inherited to create more specialized classes whose functionality requires traversing, examining, or copying a dynamic expression tree.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

