__ArrayBaseT 类型转换 |
__ArrayBaseT 泛型公开以下成员。
名称 | 说明 | |
---|---|---|
(__ArrayBaseT to __Array) | Implicitely convert a typed array to an array of USUALs. | |
(__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. | |
(__ArrayBaseT to Object) | Implicitely convert a typed Array to an OBJECT[]. |