__FoxArray 类 |
命名空间: XSharp
__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 类的一个新实例 |
名称 | 说明 | |
---|---|---|
Columns | ||
Count | (继承自 __ArrayBaseT。) | |
DefaultValue | (重写 DefaultValue.) | |
IsEmpty | (继承自 __ArrayBaseT。) | |
ItemInt32 | 使用零为基础的数组索引来获取/设置数组元素。 (重写 ItemInt32.) | |
ItemInt32 | 使用零为基础的数组索引来获取/设置数组元素。 (重写 ItemInt32.) | |
ItemInt32, String | 使用零为基础的数组索引来获取/设置数组元素。 (继承自 __ArrayBaseT。) | |
ItemInt32, Int32 | 使用零为基础的数组索引来获取/设置数组元素。 (重写 ItemInt32, Int32.) | |
Length | Length of the array. (继承自 __ArrayBaseT。) | |
Locked | (继承自 __ArrayBaseT。) | |
MultiDimensional | ||
Rows |
名称 | 说明 | |
---|---|---|
DeleteColumn | Delete a column from a multi dimensional array. | |
DeleteRow | Delete a row from a multi dimensional array. | |
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (继承自 __Array。) | |
InsertColumn | Insert a column into a multi dimensional array. | |
InsertRow | Insert a row into a multi dimensional array. | |
ReDim | ||
ToString | Returns a string that represents the current object. (继承自 __ArrayBaseT。) |
名称 | 说明 | |
---|---|---|
IEnumerableTGetEnumerator | Returns an enumerator that iterates through the collection. (继承自 __ArrayBaseT。) | |
IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. (继承自 __ArrayBaseT。) |