Class OrderedList
Represents an ordered list: 1. item.
Implements
Inherited Members
Namespace: Radzen.Blazor.Markdown
Assembly: Radzen.Blazor.dll
Syntax
public class OrderedList : List, INode
Constructors
OrderedList()
Represents an ordered list: 1. item.
Declaration
public OrderedList()
Properties
Start
Gets or sets the start number of the ordered list.
Declaration
public int Start { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
Accept(INodeVisitor)
Accepts a visitor.
Declaration
public override void Accept(INodeVisitor visitor)
Parameters
| Type | Name | Description |
|---|---|---|
| INodeVisitor | visitor | The visitor to accept. |