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 | |
|---|---|---|
| DefaultValue | Returns the default value for array elements when arrays are resized or initialized. This is NIL. (Overrides DefaultValue.) | |
| 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.
|
| Name | Description | |
|---|---|---|
| GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Overrides GetObjectData(SerializationInfo, StreamingContext).) |