Method | Description | |
---|---|---|
IndentedWriter ( |
Initializes a new instance of the IndentedWriter class.
|
|
IndentedWriter ( |
Initializes a new instance of the IndentedWriter class.
|
|
WriteLine ( ) : void |
Writes the empty line to the output.
|
|
WriteLine ( int indentation, string format ) : void |
Writes the formatted line to the output.
|
public IndentedWriter ( |
||
output | The output text writer. | |
compressed | bool | if set to |
return | System.IO |
public IndentedWriter ( |
||
output | The output text writer. | |
indentSpaces | int | The number of space characters in one indent unit. |
return | System.IO |
public WriteLine ( int indentation, string format ) : void | ||
indentation | int | The indentation. |
format | string | The format. |
return | void |