Click or drag to resize

PushdownAutomatonTPushStateSilentlyTState Method

Pushes a state to the top of the stack without notifying the underlying state.

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

Type Parameters

TState
The type of the state to change to.

Return Value

Type: TState
The new state.
See Also