BACnet.SchemaParser.Lexer._nextLine C# (CSharp) Метод

_nextLine() приватный Метод

Moves the lexer to the next line
private _nextLine ( ) : void
Результат void
        private void _nextLine()
        {
            _column = 0;
            _line = _reader.ReadLine();
        }