LineParsingInstruction Struct

LineParsingInstruction structure

Defines the LineParsingInstruction.

public struct LineParsingInstruction : IEquatable<LineParsingInstruction>

Properties

NameDescription
Instruction { get; }Get the Instruction

Methods

NameDescription
Equals(LineParsingInstruction)Compare two LineParsingInstruction
override Equals(object)Compare two LineParsingInstruction
GetContentIndentation()Defines the interface for get indentation
override GetHashCode()Overrides the GetHashCode
GetTabsReservation()Defines the interface for get TabsReservation
WithContentIndentation(int)Defines the interface for get LineParsingInstruction
WithTabsReservation(int)Defines the interface for WithTabsReservation
operator ==
operator !=

Fields

NameDescription
static readonly ContinueThe Continue.
static readonly NextLineThe NextLine.
static readonly NoneThe None LineParsingInstruction.

See Also