Method AppendLine
| Improve this Doc View SourceAppendLine()
Appends an empty line.
Declaration
public IndentedStringBuilder AppendLine()
Returns
Type | Description |
---|---|
IndentedStringBuilder | This IndentedStringBuilder for fluent coding. |
AppendLine(String)
Appends String value followed by an empty line.
Declaration
public IndentedStringBuilder AppendLine(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The string value. |
Returns
Type | Description |
---|---|
IndentedStringBuilder | This IndentedStringBuilder for fluent coding. |