프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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
|