Accept the specified visitor and context.
            
Assembly: Epic.Query
Declaration Syntax
| C# | 
public override TResult Accept<TResult>( IVisitor<TResult> visitor, IVisitContext context )
Generic Template Parameters
- TResult
 - The type of the result of the visit.
 
Parameters
- visitor (IVisitor<(Of <(<'TResult>)>)>)
 - Visitor.
 
- context (IVisitContext)
 - Context.
 
Return Value
Result of the visit.
