NSKeyValueSorting_NSOrderedSet.GetSortedArray Method

Definition

[Foundation.Export("sortedArrayUsingDescriptors:")]
public static Foundation.NSObject[] GetSortedArray (this Foundation.NSOrderedSet This, Foundation.NSSortDescriptor[] sortDescriptors);
static member GetSortedArray : Foundation.NSOrderedSet * Foundation.NSSortDescriptor[] -> Foundation.NSObject[]

Parameters

This
NSOrderedSet

The instance on which this method operates.

sortDescriptors
NSSortDescriptor[]

Returns

Attributes

Applies to