点击或拖拽改变大小

_Codeblock.Eval 方法

X#
Executes the codeblock.

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 VIRTUAL 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.

实现

Eval(__Usual)
参见