Skip to content

M_Cyjb_Markdown_SyntaxVisitor_1_VisitCustomContainer

CYJB edited this page Feb 1, 2024 · 1 revision

SyntaxVisitor(TResult).VisitCustomContainer 方法

访问指定的自定义容器节点。

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

语法

C#

public virtual TResult VisitCustomContainer(
	CustomContainer node
)

参数

 

node
Type: Cyjb.Markdown.Syntax.CustomContainer
要访问的自定义容器节点。

返回值

Type: TResult
[Missing documentation for "M:Cyjb.Markdown.SyntaxVisitor`1.VisitCustomContainer(Cyjb.Markdown.Syntax.CustomContainer)"]

参见

Reference

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

Clone this wiki locally