AppendLine(ref StringSlice, Int32, Int32, Int32, Boolean) Method

Definition

Namespace Markdig.Syntax
Assembly Markdig.dll

Appends the specified line to this instance.

public void AppendLine(ref StringSlice slice, int column, int line, int sourceLinePosition, bool trackTrivia)

Parameters

slice
StringSlice

The slice.

column
Int32

The column.

line
Int32

The line.

sourceLinePosition
Int32
trackTrivia
Boolean

Whether to keep track of trivia such as whitespace, extra heading characters and unescaped string values.