Skip to content

T_Cyjb_Compilers_Lexers_CharClass

CYJB edited this page Mar 15, 2024 · 7 revisions

CharClass 类

表示一个字符类。

继承层次

System.Object
  Cyjb.Compilers.Lexers.CharClass
Namespace: Cyjb.Compilers.Lexers
Assembly: Cyjb.Compilers (in Cyjb.Compilers.dll) Version: 1.0.18+0b69d59fd5b673f20dc54b219e34e99c02b9cc72

语法

C#

public class CharClass

The CharClass type exposes the following members.

属性

 

名称 说明
公共属性 Chars 获取当前字符类包含的字符集合。
公共属性 Index 获取当前字符类的索引。
  Back to Top

方法

 

名称 说明
公共方法 Equals Determines whether the specified object is equal to the current object. (继承自 Object。)
受保护的方法 Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (继承自 Object。)
公共方法 GetHashCode Serves as the default hash function. (继承自 Object。)
公共方法 GetType Gets the Type of the current instance. (继承自 Object。)
受保护的方法 MemberwiseClone Creates a shallow copy of the current Object. (继承自 Object。)
公共方法 ToString 返回当前对象的字符串表示形式。 (重写 Object.ToString().)
  Back to Top

参见

Reference

Cyjb.Compilers.Lexers 命名空间

Clone this wiki locally