ListInfo(Char) Constructor

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

Initializes a new instance of the ListInfo struct.

public ListInfo(char bulletType)

Parameters

bulletType
Char

Type of the bullet (e.g: '1', 'a', 'A', 'i', 'I').