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

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

Determines whether the lexer is currently at the end of the input
private _eof ( ) : bool
Результат bool
        private bool _eof()
        {
            return _line == null;
        }