Share via


NSSortOptions Enum

Definition

A flagging enumeration that specifies sorting options in calls to Sort(NSComparator).

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Native]
[System.Flags]
public enum NSSortOptions
[<ObjCRuntime.Native>]
[<System.Flags>]
type NSSortOptions = 
Inheritance
NSSortOptions
Attributes

Fields

Name Value Description
Concurrent 1
Stable 16

Applies to