Writes text and the default line terminator to the GenerationEnvironment. When the text template transformation process is completed, GenerationEnvironment becomes the final generated text output.
Overload List
| Name | Description | |
|---|---|---|
![]() |
WriteLine(String) | Appends a copy of the specified string and the default line terminator to the generated text output. |
![]() |
WriteLine(String, []) | Appends a formatted string, which contains zero or more format specifications, and the default line terminator, to the generated text output. Each format specification is replaced by the string representation of a corresponding object argument. |
Top
See Also
Concepts
How to: Append Text to the Generated Text
.gif)