Fork me on GitHubEpicdominant domains
APIEpic.Query.Linq.Expressions.NormalizationEnumerableMethodsReducerAsVisitor<(Of <<'(TExpression>)>>)(TExpression)

AsVisitor<(Of <(<'TExpression>)>)> Method (target)
Return the current instance as a visitor of target if it's a MethodCallExpression related to any Enumerable's method.

Assembly: Epic.Query.Linq

Declaration Syntax
C#
protected override IVisitor<Expression, TExpression> AsVisitor<TExpression>(
	TExpression target
)
where TExpression : class
Generic Template Parameters
TExpression
Type of the expression to be visited.
Parameters
target (TExpression)
Target.
Return Value
The visitor.
blog comments powered by Disqus