Fork me on GitHubEpicdominant domains
APIEpicIVisitor<(Of <(<'TResult, TExpression>)>)>Visit(TExpression, IVisitContext)

Visit Method (target, context)
Visit the specified expression.

Assembly: Epic.Prelude

Declaration Syntax
C#
TResult Visit(
	TExpression target,
	IVisitContext context
)
Parameters
target (TExpression)
Expression to visit.
context (IVisitContext)
Visit context. Contains the state produced by previous visitors.
Return Value
Result of the visit.
Exceptions
ExceptionCondition
ArgumentNullExceptiontarget or context is nullNothingnullptr
NonExhaustiveVisitorExceptionThe current visitor can not handle one of the components of target.
blog comments powered by Disqus