Property | Type | Description |
---|
Method | Description | |
---|---|---|
ClearIndent ( ) : void |
Remove any indentation
|
|
Error ( string message ) : void |
Raise an error
|
|
PopIndent ( ) : string |
Remove the last indent that was added with PushIndent
|
|
PushIndent ( string indent ) : void |
Increase the indent
|
|
Warning ( string message ) : void |
Raise a warning
|
|
Write ( string textToAppend ) : void |
Write text directly into the generated output
|
|
WriteLine ( string textToAppend ) : void |
Write text directly into the generated output
|
public WriteLine ( string textToAppend ) : void | ||
textToAppend | string | |
return | void |