__FoxArray 构造函数 (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.VFP (在 XSharp.VFP.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
elements AS Object[]
)
public __FoxArray(
Object[] elements
)
查看代码参数
- elements
- 类型:Object
参见