TrimStartAndCountNewLines(ref T, out Int32) 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)
    where T : ICharIterator

Type parameters

T

Parameters

iterator
{T}
countNewLines
Int32

Returns