ParsingInstruction enumeration

ParsingInstruction enumeration

The ParsingInstruction enum.

The ParsingInstruction type exposes the following members:

Fields

FieldDescription
NONEThe None = 0
HANDLEDThe Handled = 1 « 0
CONTINUEThe Continue = 1 «
NEXT_LINEThe NextLine = 1 « 2

See Also