Share via


ExpressionVisitorBase Class

Definition

A base expression visitor that ignores Block expressions.

[System.Diagnostics.DebuggerStepThrough]
public abstract class ExpressionVisitorBase : Remotion.Linq.Parsing.RelinqExpressionVisitor
[<System.Diagnostics.DebuggerStepThrough>]
type ExpressionVisitorBase = class
    inherit RelinqExpressionVisitor
Public MustInherit Class ExpressionVisitorBase
Inherits RelinqExpressionVisitor
Inheritance
Remotion.Linq.Parsing.RelinqExpressionVisitor
ExpressionVisitorBase
Attributes

Constructors

Name Description
ExpressionVisitorBase()

Methods

Name Description
Visit(Expression)

Visits the given node.

VisitExtension(Expression)

Visits the children of the extension expression.

VisitLambda<T>(Expression<T>)

Visits the children of the Expression<TDelegate>.

VisitSubQuery(SubQueryExpression)

Visits the children of the subquery expression.

Applies to