Share via


Afa<TInput,TRegister,TAccumulator>.AddFinalState(Int32) Method

Definition

Add a final state to the AFA.

public void AddFinalState (int state);
member this.AddFinalState : int -> unit
Public Sub AddFinalState (state As Integer)

Parameters

state
Int32

The state being added as a final state.

Applies to