Item[UInt32] Property

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Gets the list of parsers valid for the specified opening character.

public T? this[uint openingChar] {[MethodImpl(MethodImplOptions.AggressiveInlining)]
    get; }

Parameters

openingChar
UInt32

The opening character.

Returns

{T}
A list of parsers valid for the specified opening character or null if no parsers registered.