ReadLine() Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Reads a new line from the underlying System.IO.TextReader and update the SourcePosition for the next line.

public StringSlice ReadLine()

Returns

StringSlice
A new line or null if the end of System.IO.TextReader has been reached