BreakLine Method
BreakLine(Boolean)
Breaks current line into two lines.
Declaration
public virtual bool BreakLine(bool withChange = false)
Parameters
Type | Name | Description |
---|---|---|
Boolean | withChange | Indicates if the change needs to be translated to the parser |
Returns
Type | Description |
---|---|
Boolean | True if the method succeed; otherwise false. |