Edit

Share via


ListItemBlock.Blocks Property

Definition

Gets or sets the contents of the list item.

public System.Collections.Generic.IList<CommunityToolkit.Common.Parsers.Markdown.Blocks.MarkdownBlock> Blocks { get; set; }
member this.Blocks : System.Collections.Generic.IList<CommunityToolkit.Common.Parsers.Markdown.Blocks.MarkdownBlock> with get, set
Public Property Blocks As IList(Of MarkdownBlock)

Property Value

Applies to