FoxArray Class |
Namespace: XSharp
The FoxArray type exposes the following members.
Name | Description | |
---|---|---|
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(DWord) | Create an array with a certain capacity. | |
FoxArray(DWord, DWord) | Initializes a new instance of the FoxArray class |
Name | Description | |
---|---|---|
Columns | ||
Count | (Inherited from Array OfT.) | |
DefaultValue | (Overrides DefaultValue.) | |
IsEmpty | (Inherited from Array OfT.) | |
ItemLong |
Get/Set array elements with a ZERO based array index.
(Overrides ItemLong.) | |
ItemLong |
Get/Set array elements with a ZERO based array index.
(Overrides ItemLong.) | |
ItemLong, String |
Get/Set array elements with a ZERO based array index.
(Inherited from Array OfT.) | |
ItemLong, Long |
Get/Set array elements with a ZERO based array index.
(Overrides ItemLong, Long.) | |
Length | Length of the array. (Inherited from Array OfT.) | |
Locked | (Inherited from Array OfT.) | |
MultiDimensional | ||
Rows |
Name | Description | |
---|---|---|
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. (Inherited from 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. (Inherited from Array OfT.) |
Name | Description | |
---|---|---|
IEnumerableTGetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from Array OfT.) | |
IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from Array OfT.) |