Click or drag to resize

PushdownAutomatonTPopAll Method

Pops all states in the stack.

Namespace:  Archon.SwissArmyLib.Automata
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void PopAll(
	bool excludingRoot = false
)
Request Example View Source

Parameters

excludingRoot (Optional)
Type: SystemBoolean
Whether to keep the bottom state.
See Also