Functions.Eval 方法 (ICodeblock, __Usual) | |
Evaluate a code block
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION Eval(
block AS ICodeblock,
args PARAMS USUAL[]
) AS USUAL
public static __Usual Eval(
ICodeblock block,
params __Usual[] args
)
查看代码参数
- block
- 类型:ICodeblock
Block to evaluate - args
- 类型:__Usual
List of arguments
返回值
类型:
__UsualResult of the evaluation
参见