Skip to content

M_Cyjb_Compilers_Lexers_LexerTokenizer_1_Load_2

CYJB edited this page Mar 23, 2024 · 1 revision

LexerTokenizer(T).Load 方法 (String)

加载指定的源码。

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

语法

C#

public void Load(
	string source
)

参数

 

source
Type: System.String
要加载的源码。

Exceptions

 

异常 条件
ArgumentNullException sourcenull

参见

Reference

LexerTokenizer(T) 类
Load 重载
Cyjb.Compilers.Lexers 命名空间

Clone this wiki locally