_Codeblock.Eval 方法 | |
Executes the codeblock.
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD Eval(
args PARAMS USUAL[]
) AS USUAL
public override __Usual Eval(
params __Usual[] args
)
查看代码参数
- args
- 类型:__Usual
Zero or more arguments to pass to the codeblock.
返回值
类型:
__UsualThe 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)参见