Exemplo n.º 1
0
 void Sink(string text, Expression value)
 {
     sink(ExprTextPart.TextAndExpr(text, value), Depth);
 }