点击或拖拽改变大小

__FoxArray 构造函数

X#
重载列表
  名称说明
公共方法__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 类的一个新实例
Top
参见