Return a ConstantExpression containing the value of target (or anything given from the composition, on exception).
Assembly: Epic.Query.Linq
Declaration Syntax
C# |
public Expression Visit( MemberExpression target, IVisitContext context )
Parameters
- target (MemberExpression)
- Expression to visit.
- context (IVisitContext)
- Context of the visit.
Return Value
A ConstantExpression containing the value of target
(or anything given from the composition, on exception).