コード例 #1
0
 public Token GetCurrentLookahead()
 {
     return(TokenList.ElementAt(TokenPointer));
 }