Initializes the context of the visit.
Assembly: Epic.Prelude
Declaration Syntax
C# |
protected abstract IVisitContext InitializeVisitContext( TExpression target, IVisitContext context )
Parameters
- target (TExpression)
- Object to visit (will never be nullNothingnullptr).
- context (IVisitContext)
- Context recieved from the caller (will never be nullNothingnullptr).
Return Value
The IVisitContext to be used in the current visit.