ExpressionVisitor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a visitor or rewriter for expression trees.
public ref class ExpressionVisitor abstract
public abstract class ExpressionVisitor
type ExpressionVisitor = class
Public MustInherit Class ExpressionVisitor
- Inheritance
-
ExpressionVisitor
- Derived
Remarks
This class is designed to be inherited to create more specialized classes whose functionality requires traversing, examining or copying an expression tree.
Constructors
ExpressionVisitor() |
Initializes a new instance of ExpressionVisitor. |