Returns a new array that is a copy of the receiving array with the objects contained in another array added to the end.
Original signature is '- (NSArray *)arrayByAddingObjectsFromArray:(NSArray *)otherArray'
Available in Mac OS X v10.0 and later.


- otherArray (NSArray)
- An array.

A new array that is a copy of the receiving array with the objects contained in otherArray added to the end.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)