Exemplo n.º 1
0
 protected override UnparseControl GetUnparseControl()
 {
     return(UnparseControl.Create(this, new Formatter(this), new ParenthesizedExpression(B.Expression, B.LEFT_PAREN, B.RIGHT_PAREN)));
 }
Exemplo n.º 2
0
 protected override UnparseControl GetUnparseControl()
 {
     return(UnparseControl.Create(this, new Formatter(this)));
 }