Ancestry.QueryProcessor.Parse.Lexer.this C# (CSharp) Method

this() public method

public this ( int index ) : LexerToken
index int
return LexerToken
        public LexerToken this[int index]
        {
            get
            {
                return this[index, true];
            }
        }

Same methods

Lexer::this ( int index, bool checkActive ) : LexerToken