NSMutableOrderedSet.SortRange(NSRange, NSSortOptions, NSComparator) 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.
Reorders the objects in the specified range according to the specified comparator.
[Foundation.Export("sortRange:options:usingComparator:")]
public virtual void SortRange (Foundation.NSRange range, Foundation.NSSortOptions sortOptions, Foundation.NSComparator comparator);
abstract member SortRange : Foundation.NSRange * Foundation.NSSortOptions * Foundation.NSComparator -> unit
override this.SortRange : Foundation.NSRange * Foundation.NSSortOptions * Foundation.NSComparator -> unit
Parameters
- range
- NSRange
- sortOptions
- NSSortOptions
- comparator
- NSComparator
- Attributes