-
Home
-
API
-
Markdig.Helpers
-
StringSlice
-
Properties
-
CurrentRune
CurrentRune Property
Definition
Gets the current Rune. Recognizes supplementary code points that cannot be covered by a single Char.
public Rune CurrentRune { get; }
Returns
- Rune
- The current rune or
default if the current position contains an incomplete surrogate pair or IsEmpty.