Array Constructor | ![]() |
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. |