ParsingInstruction enumeration
ParsingInstruction enumeration
The ParsingInstruction enum.
The ParsingInstruction type exposes the following members:
Fields
| Field | Description |
|---|---|
| NONE | The None = 0 |
| HANDLED | The Handled = 1 « 0 |
| CONTINUE | The Continue = 1 « |
| NEXT_LINE | The NextLine = 1 « 2 |