Interface ISmStateWithContext<TContext>
Namespace: Fwt.Core.StateMachines
Assembly: fwt.core.dll
Syntax
public interface ISmStateWithContext<TContext> : ISmState
Type Parameters
| Name | Description |
|---|---|
| TContext |
Properties
Context
Declaration
TContext Context { get; set; }
Property Value
| Type | Description |
|---|---|
| TContext |