Skip to content

M_Cyjb_Compilers_Parsers_ProductionBuilder_2_Action

CYJB edited this page Mar 23, 2024 · 7 revisions

ProductionBuilder(T, TController).Action 方法

设置当前产生式的动作。

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

语法

C#

public ProductionBuilder<T, TController> Action(
	Func<TController, Object?> action
)

参数

 

action
Type: System.Func(TController, Object)
当前产生式体的动作。

返回值

Type: ProductionBuilder(T, TController)
当前产生式。

参见

Reference

ProductionBuilder(T, TController) 类
Cyjb.Compilers.Parsers 命名空间

Clone this wiki locally