-
Home
-
API
-
Markdig.Helpers
-
CharacterMap
-
Properties
-
Item[UInt32]
Item[UInt32] Property
Definition
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.