RegularExpressionDataGenerator.Lexer.EndState C# (CSharp) Method

EndState() public method

public EndState ( ) : void
return void
        public void EndState()
        {
            _currentState = _states.Pop();
        }