点击或拖拽改变大小

Functions._ObjectArrayToUsualArray 方法

X#
Helper function to convert OBJECT[] to USUAL[]

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

参数

args
类型:Object
OBJECT array to convert

返回值

类型:__Usual
USUAL Array
备注
This is a helper function used for late bound code that can also be called from user code.
参见