点击或拖拽改变大小

Codeblock.EvalBlock 方法

X#
Eval method that can be called from code that does not "know" about the USUAL type. such as the code in the RDD classes.

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 VIRTUAL METHOD EvalBlock(
	args PARAMS Object[]
) AS Object
查看代码

参数

args
类型:Object

返回值

类型:Object

实现

EvalBlock(Object)
参见