InlineParsingInstruction Struct
InlineParsingInstruction structure
Defines the InlineParsingInstruction struct.
public struct InlineParsingInstruction : IEquatable<InlineParsingInstruction>
Properties
Name | Description |
---|
Instruction { get; } | Get the Instruction. |
Methods
Name | Description |
---|
Equals(InlineParsingInstruction) | Compare two InlineParsingInstruction. |
override Equals(object) | Overrides the Equals method. |
override GetHashCode() | Defines the GetHashCode |
operator == | Overrides the == operator. |
operator != | Overrides the != operator |
Fields
Name | Description |
---|
static readonly Handled | The Handled. |
static readonly None | The ParsingInstruction.None. |
See Also