Returns an array of the set’s content sorted as specified by a given array of sort descriptors.
Original signature is '- (NSArray *)sortedArrayUsingDescriptors:(NSArray *)sortDescriptors'
Available in Mac OS X v10.6 and later.


- sortDescriptors (NSArray)
- An array of NSSortDescriptor objects.

An NSArray containing the set’s content sorted as specified by sortDescriptors.

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