点击或拖拽改变大小

Functions._UsualArrayToObjectArray 方法

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

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

参数

args
类型:__Usual
USUAL array to convert

返回值

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