Sorts the array’s elements in ascending order, as determined by the comparison method specified by a given selector.
Original signature is '- (void)sortUsingSelector:(SEL)comparator'
Available in Mac OS X v10.0 and later.


- comparator (IntPtr)
- A selector that specifies the comparison method to use to compare elements in the array.

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