ParsingInstruction Enum

ParsingInstruction enumeration

The ParsingInstruction enum.

[Flags]
public enum ParsingInstruction

Values

NameValueDescription
None0The None = 0
Handled1The Handled = 1 << 0
Continue2The Continue = 1 <<
NextLine4The NextLine = 1 << 2

See Also