Lex.TokenList.Advance C# (CSharp) Method

Advance() public method

public Advance ( ) : void
return void
        public void Advance() => index++;
        // TODO(kai): maybe add error checking to this?