Visitable objects.
Assembly: Epic.Prelude
Declaration Syntax
C# |
public interface IVisitable
Members
All Members | Methods | ||||
Member | Description | |
---|---|---|
Accept<(Of <<'(TResult>)>>)(IVisitor<(Of <<'(TResult>)>>), IVisitContext) |
Accept the specified visitor (double dispatch) and returns
the TResult that the visit produce.
|