Skip to content

M_Cyjb_Markdown_SyntaxVisitor_VisitParagraph

CYJB edited this page Feb 1, 2024 · 2 revisions

SyntaxVisitor.VisitParagraph 方法

访问指定的段落节点。

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

语法

C#

public virtual void VisitParagraph(
	Paragraph node
)

参数

 

node
Type: Cyjb.Markdown.Syntax.Paragraph
要访问的段落节点。

参见

Reference

SyntaxVisitor 类
Cyjb.Markdown 命名空间

Clone this wiki locally