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

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

Assembly: Epic.Prelude

Declaration Syntax
C#
public TResult Visit(
	TExpression target,
	IVisitContext context
)
Parameters
target (TExpression)
Object to visit.
context (IVisitContext)
Context of the visit.
Return Value
The result of the visit.
Exceptions
ExceptionCondition
ArgumentNullException Is thrown when either target or context are nullNothingnullptr.
blog comments powered by Disqus