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

_eof() private méthode

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