WriterModel Type
Record fields
Record Field |
Description
|
Full Usage:
AtColumn
Field type: int
|
helper indentation information, if AtColumn > Indent after NewLine, Indent will be set to AtColumn
|
Full Usage:
Column
Field type: int
|
current length of last line of output
|
Full Usage:
Indent
Field type: int
|
current indentation
|
Full Usage:
Lines
Field type: string list
|
lines of resulting text, in reverse order (to allow more efficient adding line to end)
|
|
dummy = "fake" writer used in `autoNln`, `autoNlnByFuture`
|
Full Usage:
WriteBeforeNewline
Field type: string
|
text to be written before next newline
|
Instance members
Instance member |
Description
|
Full Usage:
this.IsDummy
Returns: bool
|
|