Visitor producing a TResult.
Assembly: Epic.Prelude
Declaration Syntax
C# |
public interface IVisitor<out TResult>
Generic Template Parameters
- TResult
- Type of the result of the visit.
Members
All Members | Methods | ||||
Member | Description | |
---|---|---|
AsVisitor<(Of <<'(TExpression>)>>)(TExpression) |
Enables the visit of target returning the visitor
under an interface ready for the operation.
|