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