RegularExpressionDataGenerator.Lexer.EndState C# (CSharp) Méthode

EndState() public méthode

public EndState ( ) : void
Résultat void
        public void EndState()
        {
            _currentState = _states.Pop();
        }