BACnet.SchemaParser.Lexer._nextLine C# (CSharp) Méthode

_nextLine() private méthode

Moves the lexer to the next line
private _nextLine ( ) : void
Résultat void
        private void _nextLine()
        {
            _column = 0;
            _line = _reader.ReadLine();
        }