Class ConstantConverterVisitor
Expression visitor that converts constant expressions to parameters or lists of values.
public class ConstantConverterVisitor : ExpressionVisitor
- Inheritance
-
ConstantConverterVisitor
Constructors
- ConstantConverterVisitor(bool)
Initializes a new instance of the ConstantConverterVisitor class.
- ConstantConverterVisitor(Func<MemberExpression, bool>)
Initializes a new instance of the ConstantConverterVisitor class.
Methods
- Visit(Expression)
Dispatches the expression to one of the more specialized visit methods in this class.
- VisitConstant(ConstantExpression)
Visits the ConstantExpression.
- VisitMember(MemberExpression)
Visits the children of the MemberExpression.