A list of tokens
Inheritance: List
Example #1
0
File: Token.cs Project: azist/azos
 public Tokenized(TokenList<TToken> list)
 {
   m_List = list;
 }