Functions._UsualArrayToObjectArray 方法 | |
Helper function to convert USUAL[] to OBJECT[]
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION _UsualArrayToObjectArray(
args AS USUAL[]
) AS Object[]
public static Object[] _UsualArrayToObjectArray(
__Usual[] args
)
查看代码参数
- args
- 类型:__Usual
USUAL array to convert
返回值
类型:
ObjectOBJECT Array
备注 This is a helper function used for late bound code that can also be called from user code.
参见