Array Class |
Namespace: XSharp
[SerializableAttribute] CLASS Array INHERIT ARRAY OF<USUAL>, IMPLEMENTS IIndexer, ISerializable
The Array type exposes the following members.
Name | Description | |
---|---|---|
Array | Create an empty array | |
Array(IEnumerableObject) | Initializes a new instance of the Array class | |
Array(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. | |
Array(DWord) | Create an array with a certain capacity. | |
Array(IEnumerableUsual) | Initializes a new instance of the Array class | |
Array(Usual) | Create an array and fill it with elements from an existing .Net array of USUALS | |
Array(SerializationInfo, StreamingContext) | Construct a value from serialized data | |
Array(DWord, Logic) | Create an array with a certain capacity and specify if it should be filled with default values. |
Name | Description | |
---|---|---|
Count | (Inherited from Array OfT.) | |
DefaultValue | (Overrides DefaultValue.) | |
IsEmpty | (Inherited from Array OfT.) | |
ItemLong |
Get/Set array elements with a ZERO based array index.
| |
ItemLong |
Get/Set array elements with a ZERO based array index.
| |
ItemLong, Long |
Get/Set array elements with a ZERO based array index.
| |
ItemLong, String |
Get/Set array elements with a ZERO based array index.
(Inherited from Array OfT.) | |
Length | Length of the array. (Inherited from Array OfT.) | |
Locked | (Inherited from Array OfT.) |
Name | Description | |
---|---|---|
Add | (Inherited from Array OfT.) | |
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Overrides GetObjectData(SerializationInfo, StreamingContext).) | |
ToString | Returns a string that represents the current object. (Inherited from Array OfT.) |
Name | Description | |
---|---|---|
FoxArrayHelpers |
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.) |