M_Cyjb_Markdown_Syntax_List__ctor - CYJB/Cyjb.Markdown GitHub Wiki
使用指定的列表样式类型和文本范围初始化 List 类的新实例。
Namespace: Cyjb.Markdown.Syntax
Assembly: Cyjb.Markdown (in Cyjb.Markdown.dll) Version: 1.0.2+f073417ab111e884603147b5dc42e8ccc863a984
C#
public List(
ListStyleType styleType,
<a href="https://github.com/CYJB/Cyjb/wiki/T_Cyjb_Text_TextSpan" target="_blank" rel="noopener noreferrer">Cyjb.Text.TextSpan</a> span = default
)
- styleType
- Type: Cyjb.Markdown.Syntax.ListStyleType
列表的样式类型。 - span (Optional)
- Type: Cyjb.Text.TextSpan
文本范围。