InfoTemplateBase Methods |
The InfoTemplateBase type exposes the following members.
Name | Description | |
---|---|---|
ClearIndent |
Remove any indentation
| |
Error |
Raise an error
| |
PopIndent |
Remove the last indent that was added with PushIndent
| |
PushIndent |
Increase the indent
| |
Warning |
Raise a warning
| |
Write(String) |
Write text directly into the generated output
| |
Write(String, Object) |
Write formatted text directly into the generated output
| |
WriteLine(String) |
Write text directly into the generated output
| |
WriteLine(String, Object) |
Write formatted text directly into the generated output
|