Options for Block sorting operations.
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public enum NSSortOptions
Public Enumeration NSSortOptions
public enum class NSSortOptions

Member | Description |
---|---|
NSSortConcurrent | Specifies that the Block sort operation should be concurrent. This option is a hint and may be ignored by the implementation under some circumstances; the code of the Block must be safe against concurrent invocation. Available in Mac OS X v10.6 and later. |
NSSortStable | Specifies that the sorted results should return compared items have equal value in the order they occurred originally. If this option is unspecified equal objects may, or may not, be returned in their original order. Available in Mac OS X v10.6 and later. |

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