Skip to content

M_Cyjb_Markdown_Syntax_NodeList_1__ctor

CYJB edited this page Feb 1, 2024 · 1 revision

NodeList(T) 构造函数

使用指定的所属节点初始化 NodeList(T) 类的新实例。

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

语法

C#

public NodeList(
	Node? owner = null
)

参数

 

owner (Optional)
Type: Cyjb.Markdown.Syntax.Node
所属节点。

参见

Reference

NodeList(T) 类
Cyjb.Markdown.Syntax 命名空间

Clone this wiki locally