Represents a single pre-processed line of YAML text with its indentation level.
YamlLine
01 Syntax
Microsoft.VisualBasic.MIME.text.yaml.YamlLine
02 Properties
| Name | Overloads | Summary |
|---|---|---|
| Indent | 1 | Indentation level (number of leading spaces). |
| Content | 1 | Content of the line (with leading whitespace stripped). |
| LineNumber | 1 | Original line number in the source text (for error reporting). |
03 Members
Indent
Indentation level (number of leading spaces).
Content
Content of the line (with leading whitespace stripped).
LineNumber
Original line number in the source text (for error reporting).