Table of Contents

Class InstanceLiftExtensions

Namespace
Automatonymous
Assembly
Automatonymous.dll
public static class InstanceLiftExtensions
Inheritance
InstanceLiftExtensions
Inherited Members

Methods

CreateInstanceLift<T, TInstance>(T, TInstance)

public static InstanceLift<T> CreateInstanceLift<T, TInstance>(this T stateMachine, TInstance instance) where T : class, StateMachine, StateMachine<TInstance> where TInstance : class

Parameters

stateMachine T
instance TInstance

Returns

InstanceLift<T>

Type Parameters

T
TInstance