StringLine(StringSlice, Int32, Int32, Int32, NewLine) Constructor

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Initializes a new instance of the StringLine struct.

public StringLine(StringSlice slice, int line, int column, int position, NewLine newLine)

Parameters

slice
StringSlice

The slice.

line
Int32

The line.

column
Int32

The column.

position
Int32

The position.

newLine
NewLine

The line separation.