__ArrayBaseT 构造函数 (Object) | |
Create an array and fill it with elements from an existing .Net array of objects. Note that the objects must be of the right type.
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
elements AS Object[]
)
public __ArrayBase(
Object[] elements
)
查看代码参数
- elements
- 类型:Object
参见