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;
        }