The one-dimensional System.Array that is the destination of the elements copied from ImGearXMPArray<T>. The System.Array must have zero-based indexing.
The zero-based index in array at which copying begins.
Copies the entire ImGearXMPArray<T> to a compatible one-dimensional array, starting at the specified index of the target array.
The one-dimensional System.Array that is the destination of the elements copied from ImGearXMPArray<T>. The System.Array must have zero-based indexing.
arrayIndex
The zero-based index in array at which copying begins.