NewLine Method
NewLine()
Inserts a line break at the current position.
Declaration
public virtual bool NewLine()
Returns
Type | Description |
---|---|
Boolean | True if the method succeed; otherwise false. |
Implements
NewLine(ref String, Boolean)
Inserts a line break at the current position with indentation
Declaration
public virtual bool NewLine(ref string indent, bool withChange = false)
Parameters
Type | Name | Description |
---|---|---|
String | indent | pass desired indentation level, or null for automatic indentation |
Boolean | withChange | Indicates if the change needs to be translated to the parser |
Returns
Type | Description |
---|---|
Boolean | True if the method succeed; otherwise false. |