Skip to content

Methods_T_Cyjb_Markdown_Syntax_Emoji

CYJB edited this page Feb 1, 2024 · 1 revision

Emoji 方法

The Emoji 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(Emoji) 返回当前对象是否等于同一类型的另一对象。
公共方法 Equals(Object) 返回当前对象是否等于另一对象。 (重写 Object.Equals(Object).)
受保护的方法 Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (继承自 Object。)
公共方法静态成员 GetEmoji 返回指定代码表示的表情符号。
公共方法 GetHashCode 返回当前对象的哈希值。 (重写 Object.GetHashCode().)
公共方法 GetType Gets the Type of the current instance. (继承自 Object。)
受保护的方法 MemberwiseClone Creates a shallow copy of the current Object. (继承自 Object。)
公共方法静态成员 RegisterCustomEmoji 注册指定的自定义表情符号。
公共方法静态成员 RegisterUnicodeEmoji 注册指定的 Unicode 表情符号。
公共方法 Remove 将当前节点从父节点中移除。 (继承自 Node。)
公共方法 ToString 返回当前对象的字符串表示形式。 (重写 Node.ToString().)
  Back to Top

参见

Reference

Emoji 类
Cyjb.Markdown.Syntax 命名空间

Clone this wiki locally