Class ReflectableLASM
Inheritance
System.Object
Danmokou.SM.StateMachine
ReflectableLASM
Assembly: cs.temp.dll.dll
Syntax
public class ReflectableLASM : LineActionSM
Constructors
ReflectableLASM(TaskPattern)
Declaration
public ReflectableLASM(TaskPattern func)
Parameters
Type |
Name |
Description |
Danmokou.SM.TaskPattern |
func |
|
Methods
Start(SMHandoff)
Declaration
public override Task Start(SMHandoff smh)
Parameters
Type |
Name |
Description |
Danmokou.SM.SMHandoff |
smh |
|
Returns
Overrides
Danmokou.SM.StateMachine.Start(Danmokou.SM.SMHandoff)
Operators
Implicit(TaskPattern to ReflectableLASM)
Declaration
public static implicit operator ReflectableLASM(TaskPattern func)
Parameters
Type |
Name |
Description |
Danmokou.SM.TaskPattern |
func |
|
Returns