Returns a array containing the results of sending the specified message to each object in the receiver.
Original signature is '- (NSArray *)arrayByApplyingSelector:(SEL)selector'
Available in Mac OS X v10.5 and later.


- selector (IntPtr)
- A selector identifying the message to be sent to each object in the array.

A new array containing the results of sending the selector message to each object in the receiver, starting with the first object and continuing through the element array to the last object.

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