点击或拖拽改变大小

__ArrayBaseT  转换 (__Array to __ArrayBaseT)

X#
Implicitely convert an array of USUALs to a typed array. Note that the usuals must contain a value of the correct type.

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 STATIC OPERATOR IMPLICIT (
	a AS ARRAY
) AS ARRAY OF<T>
查看代码

参数

a
类型:__Array

返回值

类型:__ArrayBaseT
参见