Skip to content

P_Cyjb_Markdown_Syntax_Link_Children

CYJB edited this page Jan 17, 2023 · 2 revisions

Link.Children 属性

获取子节点列表。

Namespace: Cyjb.Markdown.Syntax
Assembly: Cyjb.Markdown (in Cyjb.Markdown.dll) Version: 1.0.0

语法

C#

public NodeList<InlineNode> Children { get; }

属性值

Type: NodeList(InlineNode)

实现

INodeContainer(TNode).Children

参见

Reference

Link 类
Cyjb.Markdown.Syntax 命名空间

Clone this wiki locally