Codeblock.Eval 方法 | |
Executes the codeblock.
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 ABSTRACT METHOD Eval(
args PARAMS USUAL[]
) AS USUAL
public abstract __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.
备注 This method is abstract and is implemented in the derived classes
created by the compiler.
参见