TrimStartAndCountNewLines(ref T, out Int32, out NewLine) Method

Definition

Namespace Markdig.Syntax
Assembly Markdig.dll

Performs the trim start and count new lines t operation.

public static bool TrimStartAndCountNewLines<T>(ref T iterator, scoped out int countNewLines, scoped out NewLine lastLine)
    where T : ICharIterator

Type parameters

T

Parameters

iterator
{T}
countNewLines
Int32
lastLine
NewLine

Returns