Methods_T_Cyjb_Markdown_Document - CYJB/Cyjb.Markdown GitHub Wiki
The Document type exposes the following members.
| 名称 | 说明 | |
|---|---|---|
![]() |
Accept(SyntaxVisitor) | 应用指定的访问器。 (重写 Node.Accept(SyntaxVisitor).) |
![]() |
Accept(TResult)(SyntaxVisitor(TResult)) | 应用指定的访问器。 (重写 Node.Accept(TResult)(SyntaxVisitor(TResult)).) |
![]() |
Accept(TResult)(SyntaxVisitor(TResult)) | 应用指定的访问器。 (继承自 Node。) |
![]() |
Equals | Determines whether the specified object is equal to the current object. (继承自 Object。) |
![]() |
GetHashCode | Serves as the default hash function. (继承自 Object。) |
![]() |
GetType | Gets the Type of the current instance. (继承自 Object。) |
![]()
|
Parse(String, Nullable(ParseOptions)) | 解析指定 Markdown 字符串,并返回解析后的语法树。 |
![]()
|
Parse(TextReader, Nullable(ParseOptions)) | 解析指定 Markdown 字符串,并返回解析后的语法树。 |
![]() |
Remove | 将当前节点从父节点中移除。 (继承自 Node。) |
![]() |
ToString | 返回当前对象的字符串表示形式。 (继承自 Node。) |
