Struct LineParsingInstruction
De naam: Aspose.Html.Toolkit.Markdown.Syntax.Parser Verzameling: Aspose.HTML.dll (25.4.0)
Definieer de LineParsingInstruktie.
[ComVisible(true)]
public struct LineParsingInstruction : IEquatable<lineparsinginstruction>
Implements
Geëerbiede leden
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Fields
Continue
De voortzetting.
public static readonly LineParsingInstruction Continue
veldwaarde
NextLine
De NextLine.
public static readonly LineParsingInstruction NextLine
veldwaarde
None
De None LineParsing Instructie.
public static readonly LineParsingInstruction None
veldwaarde
Properties
Instruction
Neem de instructie
public ParsingInstruction Instruction { get; }
Eigendomswaarde
Methods
Equals(LineParsingInstruction)
Vergelijk twee LineParsingInstructie
public bool Equals(LineParsingInstruction other)
Parameters
other
LineParsingInstruction
De LineParsing Instructie.
Returns
De boolean.
Equals(Objecten)
Vergelijk twee LineParsingInstructie
public override bool Equals(object obj)
Parameters
obj
object
Het object .
Returns
De boolean.
GetContentIndentation()
Definieer de interface om indentatie te krijgen
public int GetContentIndentation()
Returns
De indentatie .
GetHashCode()
Overdrijft de GetHashCode
public override int GetHashCode()
Returns
De instructie .
GetTabsReservation()
Definieert de interface om TabsReservatie te krijgen
public int GetTabsReservation()
Returns
De reservering.
WithContentIndentation(Int)
Definieert de interface om LineParsingInstructie te krijgen
public LineParsingInstruction WithContentIndentation(int value)
Parameters
value
int
De int waarde.
Returns
De LineParsing Instructie.
WithTabsReservation(Int)
Definieert de interface voor WithTabsReservatie
public LineParsingInstruction WithTabsReservation(int value)
Parameters
value
int
De int waarde.
Returns
De LineParsing Instructie.
Operators
Operator =(LineParsingInstructie, LineParsingInstructie)
Overtreft de = = operator.
public static bool operator ==(LineParsingInstruction left, LineParsingInstruction right)
Parameters
De linker lineParsingInstructie.
right
LineParsingInstruction
De juiste LineParsing Instructie.
Returns
De boolean.
Operator !=(LineParsingInstructie, LineParsingInstructie)
Overdrijft het! = Operator
public static bool operator !=(LineParsingInstruction left, LineParsingInstruction right)
Parameters
De linker lineParsingInstructie.
right
LineParsingInstruction
De juiste LineParsing Instructie.
Returns
De boolean.