CodeWriter.Block method
Increases indent, runs the insideBlock and decreases indent back.
public void Block(Action insideBlock)
| parameter | description |
|---|---|
| insideBlock | The inside block. |
See Also
- class CodeWriter
Increases indent, runs the insideBlock and decreases indent back.
public void Block(Action insideBlock)
| parameter | description |
|---|---|
| insideBlock | The inside block. |