Table of Contents

Interface InstanceContext<TInstance>

Namespace
Automatonymous
Assembly
Automatonymous.dll
public interface InstanceContext<out TInstance> : PipeContext

Type Parameters

TInstance

Properties

Instance

The state instance which is targeted by the event

TInstance Instance { get; }

Property Value

TInstance