Skip to content

M_Cyjb_Markdown_Renderer_FootnoteBackref__ctor

CYJB edited this page Feb 1, 2024 · 1 revision

FootnoteBackref 构造函数

使用指定的脚注信息和唯一标识符初始化 FootnoteBackref 类的新实例。

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

语法

C#

public FootnoteBackref(
	FootnoteInfo info,
	string identifier
)

参数

 

info
Type: Cyjb.Markdown.Renderer.FootnoteInfo
脚注信息。
identifier
Type: System.String
脚注引用的唯一标识符。

参见

Reference

FootnoteBackref 类
Cyjb.Markdown.Renderer 命名空间

Clone this wiki locally