Visit context.
Inheritance Hierarchy
Object | |
![]() | VisitContext |
Assembly: Epic.Prelude
Declaration Syntax
C# |
public sealed class VisitContext : IVisitContext
Members
All Members | Methods | Fields | |||
Member | Description | |
---|---|---|
![]() | Get<(Of <<'(TState>)>>)()()()() |
Returns the TState.
|
![]() ![]() | New |
A new empty context to be filled during each visit.
|
![]() | TryGet<(Of <<'(TState>)>>)(TState%) |
Tries to find the TState in the context.
|
![]() | With<(Of <<'(TState>)>>)(TState) |
Create a new context containing the specified state.
|
Exceptions
Exception | Condition |
---|---|
InvalidOperationException |
Is thrown when a state can not be found.
|