Struct LineParsingInstruction

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

IEquatable

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

LineParsingInstruction

NextLine

De NextLine.

public static readonly LineParsingInstruction NextLine

veldwaarde

LineParsingInstruction

None

De None LineParsing Instructie.

public static readonly LineParsingInstruction None

veldwaarde

LineParsingInstruction

Properties

Instruction

Neem de instructie

public ParsingInstruction Instruction { get; }

Eigendomswaarde

ParsingInstruction

Methods

Equals(LineParsingInstruction)

Vergelijk twee LineParsingInstructie

public bool Equals(LineParsingInstruction other)

Parameters

other LineParsingInstruction

De LineParsing Instructie.

Returns

bool

De boolean.

Equals(Objecten)

Vergelijk twee LineParsingInstructie

public override bool Equals(object obj)

Parameters

obj object

Het object .

Returns

bool

De boolean.

GetContentIndentation()

Definieer de interface om indentatie te krijgen

public int GetContentIndentation()

Returns

int

De indentatie .

GetHashCode()

Overdrijft de GetHashCode

public override int GetHashCode()

Returns

int

De instructie .

GetTabsReservation()

Definieert de interface om TabsReservatie te krijgen

public int GetTabsReservation()

Returns

int

De reservering.

WithContentIndentation(Int)

Definieert de interface om LineParsingInstructie te krijgen

public LineParsingInstruction WithContentIndentation(int value)

Parameters

value int

De int waarde.

Returns

LineParsingInstruction

De LineParsing Instructie.

WithTabsReservation(Int)

Definieert de interface voor WithTabsReservatie

public LineParsingInstruction WithTabsReservation(int value)

Parameters

value int

De int waarde.

Returns

LineParsingInstruction

De LineParsing Instructie.

Operators

Operator =(LineParsingInstructie, LineParsingInstructie)

Overtreft de = = operator.

public static bool operator ==(LineParsingInstruction left, LineParsingInstruction right)

Parameters

left LineParsingInstruction

De linker lineParsingInstructie.

right LineParsingInstruction

De juiste LineParsing Instructie.

Returns

bool

De boolean.

Operator !=(LineParsingInstructie, LineParsingInstructie)

Overdrijft het! = Operator

public static bool operator !=(LineParsingInstruction left, LineParsingInstruction right)

Parameters

left LineParsingInstruction

De linker lineParsingInstructie.

right LineParsingInstruction

De juiste LineParsing Instructie.

Returns

bool

De boolean.

 Nederlands