UILocalizedIndexedCollation.SortedArrayFromArraycollationStringSelector Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sorts the specified array by their localized titles.
[Foundation.Export("sortedArrayFromArray:collationStringSelector:")]
public virtual Foundation.NSObject[] SortedArrayFromArraycollationStringSelector (Foundation.NSObject[] array, ObjCRuntime.Selector collationStringSelector);
abstract member SortedArrayFromArraycollationStringSelector : Foundation.NSObject[] * ObjCRuntime.Selector -> Foundation.NSObject[]
override this.SortedArrayFromArraycollationStringSelector : Foundation.NSObject[] * ObjCRuntime.Selector -> Foundation.NSObject[]
Parameters
- array
- NSObject[]
- collationStringSelector
- Selector
Returns
NSObject[]
- Attributes