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

Visit Method (target, context)
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).
blog comments powered by Disqus