ExpressionVisitor Class
.NET Framework (current version)
Represents a visitor or rewriter for 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 | |
|---|---|---|
![]() | ExpressionVisitor() | Initializes a new instance of ExpressionVisitor. |
This class is designed to be inherited to create more specialized classes whose functionality requires traversing, examining or copying an expression tree.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
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:


