__ArrayBaseT 转换 (__ArrayBaseT to Object) | |
Implicitely convert a typed Array to an OBJECT[].
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 STATIC OPERATOR IMPLICIT (
a AS ARRAY OF<T>
) AS Object[]
public static implicit operator Object[] (
__ArrayBase<T> a
)
查看代码参数
- a
- 类型:__ArrayBaseT
返回值
类型:
Object参见