Inserts the elements in the supplied array into this array at the specified index.
If the index is equal to the Count then the elements are added to the end of the array.
If the supplied array is null or the index is invalid then an exception will be raised.
|