Exemplo n.º 1
0
 public ITokenChain AddLeft(string input_)
 {
     tb.AddLeft(tb.NewToken(input_));
     return(this);
 }