Click or drag to resize

PushdownAutomatonTRegisterStateTypeTState Method

Registers a state type in the machine. A pool for the type will be created that will use the empty constructor.

Namespace:  Archon.SwissArmyLib.Automata
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void RegisterStateType<TState>()
where TState : new(), Object, IPdaState<T>
Request Example View Source

Type Parameters

TState
See Also