NextRune() Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Goes to the next Rune, incrementing the Start position. If CurrentRune is a supplementary character, Start will be advanced by 2.

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public Rune NextRune()

Returns

Rune
The current rune or default if the next position contains an incomplete surrogate pair or IsEmpty.