[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Creates array [Property] Constructor=Sets the Constructor of the instance. ARG(enum)|14|0|Constructor,Constructor2,Constructor3,Constructor4,Constructor5 Length1=Sets the size of the first dimension of the Array to create. ARG(int)|1|0 Length2=Sets the size of the second dimension of the Array to create. ARG(int)|1|0 Length3=Sets the size of the third dimension of the Array to create. ARG(int)|1|0 Lengths=Sets an array of integers that represent the size of each dimension of the Array to create. ARG(int[])|13|1 LowerBounds=Sets a one-dimensional array that contains the lower bound (starting index) of each dimension of the Array to create. ARG(int[])|13|1 ElementType=Sets the Type of the Array to create. ARG(Type)|20|(empty)|Type [Methods] *doConstructor=Creates a one-dimensional Array of the specified Type and length, with zero-based indexing. ARG(Type ElementType, int Length1)|1|0 *doConstructor2=Creates a two-dimensional Array of the specified Type and dimension lengths, with zero-based indexing. ARG(Type ElementType, int Length1, int Length2)|1|0 *doConstructor3=Creates a three-dimensional Array of the specified Type and dimension lengths, with zero-based indexing. ARG(Type ElementType, int Length1, int Length2, int Length3)|1|0 *doConstructor4=Creates a multidimensional Array of the specified Type and dimension lengths, with zero-based indexing. ARG(Type ElementType, params int[]||long[] Lengths)|1|0 *doConstructor5=Creates a multidimensional Array of the specified Type and dimension lengths, with the specified lower bounds. ARG(Type ElementType, int[] Lengths, int[] LowerBounds)|1|0 Array=Returns the Array object. ARG(Array)|3|0 *Clone=Creates a shallow copy of the Array. ARG(Object)|3|0 *GetEnumerator=Returns an IEnumerator for the Array. ARG(IEnumerator)|3|0 *IsFixedSize=Returns a value indicating whether the Array has a fixed size. ARG(bool)|3|104 *IsReadOnly=Returns a value indicating whether the Array is read-only. ARG(bool)|3|104 *IsSynchronized=Returns a value indicating whether access to the Array is synchronized. ARG(bool)|3|104 *Length=Returns a 32-bit integer that represents the total number of elements in all the dimensions of the Array. ARG(int)|3|1 *LongLength=Returns a 64-bit integer that represents the total number of elements in all the dimensions of the Array. ARG(long)|3|105 *Rank=Returns the rank of the Array. ARG(int)|3|1 *SyncRoot=Returns an object that can be used to synchronize access to the Array. ARG(Object)|3|0 ElementType=Defines the Type of the Array to create. ARG(Type)|4|0 Length1=Defines the size of the first dimension of the Array to create. ARG(int)|4|1 Length2=Defines the size of the second dimension of the Array to create. ARG(int)|4|1 Length3=Defines the size of the third dimension of the Array to create. ARG(int)|4|1 *Lengths=Defines an array of integers that represent the size of each dimension of the Array to create. ARG(int[])|4|13 *LowerBounds=Defines a one-dimensional array that contains the lower bound (starting index) of each dimension of the Array to create. ARG(int[])|4|13