Skip to content

M_Cyjb_Markdown_SyntaxVisitor_1_VisitBreak

CYJB edited this page Feb 1, 2024 · 2 revisions

SyntaxVisitor(TResult).VisitBreak 方法

访问指定的换行节点。

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

语法

C#

public virtual TResult VisitBreak(
	Break node
)

参数

 

node
Type: Cyjb.Markdown.Syntax.Break
要访问的换行节点。

返回值

Type: TResult
返回的结果。

参见

Reference

SyntaxVisitor(TResult) 类
Cyjb.Markdown 命名空间

Clone this wiki locally