Item[Int32] Property

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Gets the Char at the specified index.

public char this[int index] {[MethodImpl(MethodImplOptions.AggressiveInlining)]
    get; }

Parameters

index
Int32

The index.

Returns

Char
A character in the slice at the specified index (not from Start but from the begining of the slice)