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
Exception | Condition |
---|---|
ArgumentNullException |
Is thrown when either target or context are nullNothingnullptr.
|