T_Cyjb_Markdown_Syntax_NodeList_1 - CYJB/Cyjb.Markdown GitHub Wiki
表示 Markdown 的子节点列表。
System.Object
Cyjb.Collections.ObjectModel.CollectionBase1</a>(*T*)<br /> <a href="https://github.com/CYJB/Cyjb/wiki/T_Cyjb_Collections_ObjectModel_ListBase_1" target="_blank" rel="noopener noreferrer">Cyjb.Collections.ObjectModel.ListBase1(T)
Cyjb.Markdown.Syntax.NodeList(T)
Namespace: Cyjb.Markdown.Syntax
Assembly: Cyjb.Markdown (in Cyjb.Markdown.dll) Version: 1.0.2+f073417ab111e884603147b5dc42e8ccc863a984
C#
public sealed class NodeList<T> : <a href="https://github.com/CYJB/Cyjb/wiki/T_Cyjb_Collections_ObjectModel_ListBase_1" target="_blank" rel="noopener noreferrer">Cyjb.Collections.ObjectModel.ListBase`1</a><T>
where T : Node
- T
- 子节点的类型。
| 名称 | 说明 | |
|---|---|---|
![]() |
NodeList(T) | 使用指定的所属节点初始化 NodeList(T) 类的新实例。 |
Back to Top
Back to Top

