CodeBox.CodeLexer.TokenList.TokenList C# (CSharp) Method

TokenList() public method

public TokenList ( ) : System
return System
        public TokenList()
        {
        }

Same methods

TokenList::TokenList ( TokenList outerTokens, int fromToken, int toToken ) : System
TokenList::TokenList ( string code, IEnumerable keywords ) : System
TokenList::TokenList ( string code, IEnumerable keywords, int startLine, int startPosition ) : System