StringSlice(String, Int32, Int32, NewLine) Constructor

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Initializes a new instance of the StringSlice struct.

public StringSlice(string text, int start, int end, NewLine newLine)

Parameters

text
String

The text.

start
Int32

The start.

end
Int32

The end.

newLine
NewLine

The line separation.