Fork me on GitHubEpicdominant domains
APIEpic.Query.Linq.Expressions.NormalizationPartialEvaluatorVisit(MemberExpression, IVisitContext)

Visit Method (target, context)
Visits a MemberExpression and returns a ConstantExpression containing the corresponding value, or the target itself when it can not be reduced.

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
The reduced expression or target, as appropriate.
blog comments powered by Disqus