AIMA.Core.Logic.Common.Lexer.lookAhead C# (CSharp) Метод

lookAhead() защищенный Метод

protected lookAhead ( int position ) : char
position int
Результат char
        protected char lookAhead(int position)
        {
            return (char)lookAheadBuffer[position - 1];
        }