Context of a visit.
Assembly: Epic.Prelude
Declaration Syntax
| C# |
public interface IVisitContext
Remarks
The Epic's visitors are immutable objects that can be used in a multithread environment.
The state of each visit is passed as an argument between visitors.
Members
| All Members | Methods | ||||
| Member | Description | |
|---|---|---|
| Get<(Of <<'(TState>)>>)()()()() |
Returns the TState.
| |
| TryGet<(Of <<'(TState>)>>)(TState%) |
Tries to find the TState in the context.
| |
| With<(Of <<'(TState>)>>)(TState) |
Create a new context containing the specified state.
|
