Inserts the content of the first array into the second one.
Namespace:
SGP.XUtilityAssembly: SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718
Syntax
Parameters
- elementType
- Type: System..::.Type
A type.
- a1
- Type: System..::.Array
A first array.
- a1Index
- Type: System..::.Int32
The index at which inserting starts.
- a2
- Type: System..::.Array
A second (inserted) array.
Return Value
A new array which is the result after inserting the array a2 into the array a1.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentNullException | elementType is nullNothingnullptra null reference (Nothing in Visual Basic). |