Fork me on GitHubEpicdominant domains
APIEpicIVisitContext

IVisitContext Interface
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 MembersMethods    



MemberDescription
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.
blog comments powered by Disqus