Skip to content

M_Cyjb_Markdown_SyntaxVisitor_VisitList

CYJB edited this page Feb 1, 2024 · 2 revisions

SyntaxVisitor.VisitList 方法

访问指定的列表节点。

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

语法

C#

public virtual void VisitList(
	List node
)

参数

 

node
Type: Cyjb.Markdown.Syntax.List
要访问的列表节点。

参见

Reference

SyntaxVisitor 类
Cyjb.Markdown 命名空间

Clone this wiki locally