点击或拖拽改变大小

Functions._ArrayToUsualArray 方法

X#
Helper function to convert ARRAY to USUAL[]

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

参数

args
类型:__Array
X# array to convert

返回值

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