Exemplo n.º 1
0
 public CodeWriter dedent()
 {
     indenter.dedent();
     return(this);
 }