Skip to content

M_Cyjb_Compilers_Lexers_CharClassMap__ctor

CYJB edited this page Mar 23, 2024 · 8 revisions

CharClassMap 构造函数

使用指定的范围索引和字符类初始化。

Namespace: Cyjb.Compilers.Lexers
Assembly: Cyjb.Compilers.Runtime (in Cyjb.Compilers.Runtime.dll) Version: 1.0.20+d347ea0351607fb282fdf60a5301f9cccb3ab27e

语法

C#

public CharClassMap(
	uint[] indexes,
	int[] charClasses,
	IReadOnlyDictionary<UnicodeCategory, int>? categories = null
)

参数

 

indexes
Type: System.UInt32[]
范围索引。
charClasses
Type: System.Int32[]
字符类。
categories (Optional)
Type: System.Collections.Generic.IReadOnlyDictionary(UnicodeCategory, Int32)
Unicode 类别对应的字符类。

参见

Reference

CharClassMap 类
Cyjb.Compilers.Lexers 命名空间

Clone this wiki locally