Example #1
0
 /// <summary>
 /// Get next token type
 /// </summary>
 /// <returns></returns>
 public RtfTokenType PeekTokenType()
 {
     return(_lex.PeekTokenType());
 }