Fork me on GitHubEpicdominant domains
APIEpicVisitContext

VisitContext
Visit context.
Inheritance Hierarchy
Object
VisitContext

Assembly: Epic.Prelude

Declaration Syntax
C#
public sealed class VisitContext : IVisitContext
Members
All MembersMethodsFields   



MemberDescription
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
ExceptionCondition
InvalidOperationException Is thrown when a state can not be found.
blog comments powered by Disqus