__FoxArray 构造函数 |
名称 | 说明 | |
---|---|---|
__FoxArray | Create an empty array | |
__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. | |
__FoxArray(UInt32) | Create an array with a certain capacity. | |
__FoxArray(UInt32, UInt32) | 初始化 __FoxArray 类的一个新实例 |