BACnet.SchemaParser.Lexer._eof C# (CSharp) Method

_eof() private method

Determines whether the lexer is currently at the end of the input
private _eof ( ) : bool
return bool
        private bool _eof()
        {
            return _line == null;
        }