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