__ArrayBaseT 转换 (__Array to __ArrayBaseT) | |
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>
public static implicit operator __ArrayBase<T> (
__Array a
)
查看代码参数
- a
- 类型:__Array
返回值
类型:
__ArrayBaseT参见