__ArrayBase<T>Implicit 转换 (__ArrayBase<T> toObject[]) | |
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
- 类型:__ArrayBase<T>
返回值
类型:
Object[]参见