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