Return itself as a visitor for target if it is
a MemberExpression related to a field or property
of a ConstantExpression.
Assembly: Epic.Query.Linq
Declaration Syntax
C# |
protected override IVisitor<Expression, TExpression> AsVisitor<TExpression>( TExpression target ) where TExpression : class
Generic Template Parameters
- TExpression
- The 1st type parameter.
Parameters
- target (TExpression)
- The expression that should be visited.
Return Value
This visitor.