NextChar() Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll
Implements NextChar()

Goes to the next character, incrementing the Start position.

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public char NextChar()

Returns

Char
The next character. `\0` is end of the iteration.