A list (Section 5.3 CommonMark specs)
public class ListBlock : ContainerBlock, IBlock, IMarkdownObject, IList<Block>, ICollection<Block>, IReadOnlyList<Block>, IReadOnlyCollection<Block>, IEnumerable<Block>, IEnumerable
kind:method, kind:property, kind:ctor. Press Esc to clear.ListBlock(BlockParser)Initializes a new instance of the ListBlock class.BulletTypeGets or sets the bullet character used by this list.DefaultOrderedStartGets or sets the default ordered start ("1" for BulletType = '1')IsLooseGets or sets a value indicating whether this instance is loose.IsOrderedGets or sets a value indicating whether the list is ordered.OrderedDelimiterGets or sets the ordered delimiter character (usually `.` or `)`) found after an ordered list item.OrderedStartGets or sets the ordered start number (valid when IsOrdered is true)