RuneAt(Int32) Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Gets the Rune at the specified index. Recognizes supplementary code points that cannot be covered by a single Char.

public readonly Rune RuneAt(int index)

Parameters

index
Int32

The index into Text.

Returns

Rune
The rune at the specified index or default if the location contains an incomplete surrogate pair.