NextChar() Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Goes to the next character, incrementing the Start position.

char NextChar()

Returns

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