点击或拖拽改变大小

Functions.Eval 方法 (__Usual, __Usual)

X#
Evaluate a code block or an objects Eval() method.

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

参数

uCodeBlock
类型:__Usual
Block to evaluate
args
类型:__Usual
List of arguments

返回值

类型:__Usual
Result of the evaluation
参见