__FoxArray.ReDim 方法 | |
命名空间:
XSharp
程序集:
XSharp.VFP (在 XSharp.VFP.dll 中) 版本:2.22 GA
语法 METHOD ReDim(
nRows AS DWORD,
nCols AS DWORD
) AS FOXARRAY
public __FoxArray ReDim(
uint nRows,
[DefaultParameterValueAttribute(0, 0)] uint nCols
)
查看代码参数
- nRows
- 类型:UInt32
- nCols
- 类型:UInt32
返回值
类型:
__FoxArray参见