Edit

Share via


ListBlock.Items Property

Definition

Gets or sets the list items.

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

Property Value

Applies to