Tracks the state for multi-line string collection during pre-processing.
MultiLineState
01 Syntax
Microsoft.VisualBasic.MIME.text.yaml.MultiLineState
02 Properties
| Name | Overloads | Summary |
|---|---|---|
| Style | 1 | The type of multi-line string: | (literal) or > (folded). |
| ChompPlus | 1 | Whether the block scalar has a '+' chomping indicator. |
| ChompMinus | 1 | Whether the block scalar has a '-' chomping indicator. |
| IndentIndicator | 1 | The indentation indicator for the block scalar (0 if not specified). |
| Key | 1 | The key that this multi-line string is associated with. |
| Lines | 1 | The collected lines of the multi-line string. |
| BaseIndent | 1 | The base indentation level of the first content line. |
| StartLineNumber | 1 | The line number where the block scalar started. |
03 Members
Style
The type of multi-line string: | (literal) or > (folded).
ChompPlus
Whether the block scalar has a '+' chomping indicator.
ChompMinus
Whether the block scalar has a '-' chomping indicator.
IndentIndicator
The indentation indicator for the block scalar (0 if not specified).
Key
The key that this multi-line string is associated with.
Lines
The collected lines of the multi-line string.
BaseIndent
The base indentation level of the first content line.
StartLineNumber
The line number where the block scalar started.