VisitContext<TValue>
public sealed class VisitContext<TValue> : IVisitContext
Inheritance
- interface IVisitContext
Namespace
Methods
Get<TState>
public TState Get<TState>()
Set<TState>
public void Set<TState>(TState newState)
TryGet<TState>
public bool TryGet<TState>(out TState state)
TrySet<TState>
public bool TrySet<TState>(TState state)
Create
public static IVisitContext Create(TValue value)