Skip to content

P_Cyjb_Compilers_Parsers_ParserController_1_SharedContext

CYJB edited this page Mar 3, 2023 · 7 revisions

ParserController(T).SharedContext 属性

获取或设置共享的上下文对象。

Namespace: Cyjb.Compilers.Parsers
Assembly: Cyjb.Compilers.Runtime (in Cyjb.Compilers.Runtime.dll) Version: 1.0.14

语法

C#

public virtual Object? SharedContext { get; set; }

属性值

Type: Object

Remarks

可以与外部(例如语法分析器)共享信息, 会在首次调用 Parse() 前设置。

参见

Reference

ParserController(T) 类
Cyjb.Compilers.Parsers 命名空间

Clone this wiki locally