Exemplo n.º 1
0
 private void Accept(TK_TYPE type)
 {
     Accept((int)type);
 }
Exemplo n.º 2
0
 private bool Match(TK_TYPE type)
 {
     return(Match((int)type));
 }