Sorts the receiving array using a given array of sort descriptors.
Original signature is '- (void)sortUsingDescriptors:(NSArray *)sortDescriptors'
Available in Mac OS X v10.3 and later.


- sortDescriptors (NSArray)
- An array containing the NSSortDescriptor objects to use to sort the receiving array's contents.

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