-
Home
-
API
-
Markdig.Syntax
-
CharIteratorHelper
-
Methods
-
TrimStartAndCountNewLines(ref T, out Int32, out NewLine)
TrimStartAndCountNewLines(ref T, out Int32, out NewLine) Method
Definition
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
Parameters
Returns