Click or drag to resize

PushdownAutomatonTIsRegisteredTState Method

Checks whether a state type is registered in the machine.

Namespace:  Archon.SwissArmyLib.Automata
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsRegistered<TState>()
Request Example View Source

Type Parameters

TState
The state type to check for.

Return Value

Type: Boolean
True if registered, otherwise false.
See Also