Adds the elements in the supplied array at the end of this array
[C#] void AddRange(ArrayAtom array)
void AddRange(ArrayAtom array)
may throw Exception()
Adds the elements in the supplied array at the end of this array.
If the supplied array is null then an exception will be raised.
None.