AIMA.Core.Logic.Common.Lexer.isEndOfFile C# (CSharp) Méthode

isEndOfFile() protected méthode

protected isEndOfFile ( int i ) : bool
i int
Résultat bool
        protected bool isEndOfFile(int i)
        {
            return (-1 == i);
        }