Skip to content

M_Cyjb_Markdown_Syntax_CustomContainer__ctor

CYJB edited this page Feb 1, 2024 · 1 revision

CustomContainer 构造函数

使用指定的文本范围初始化 CustomContainer 类的新实例。

Namespace: Cyjb.Markdown.Syntax
Assembly: Cyjb.Markdown (in Cyjb.Markdown.dll) Version: 1.0.2+f073417ab111e884603147b5dc42e8ccc863a984

语法

C#

public CustomContainer(
	<a href="https://github.com/CYJB/Cyjb/wiki/T_Cyjb_Text_TextSpan" target="_blank" rel="noopener noreferrer">Cyjb.Text.TextSpan</a> span = default
)

参数

 

span (Optional)
Type: Cyjb.Text.TextSpan
文本范围。

参见

Reference

CustomContainer 类
Cyjb.Markdown.Syntax 命名空间

Clone this wiki locally