点击或拖拽改变大小

Codeblock.Eval 方法

X#
Executes the codeblock.

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 ABSTRACT METHOD Eval(
	args PARAMS USUAL[]
) AS USUAL
查看代码

参数

args
类型:__Usual
Zero or more arguments to pass to the codeblock.

返回值

类型:__Usual
The value of the last expression within the codeblock as a USUAL. If the last expression in the codeblock is of type VOID, then the codeblock returns NIL.
备注
This method is abstract and is implemented in the derived classes created by the compiler.
参见