Show / Hide Table of Contents

Class ISN_NSSortDescriptor

An immutable description of how to order a collection of objects based on a property common to all the objects.

Inheritance
System.Object
ISN_NSSortDescriptor
Namespace: SA.iOS.Foundation
Assembly: cs.temp.dll.dll
Syntax
public class ISN_NSSortDescriptor : ISN_NativeObject

Constructors

ISN_NSSortDescriptor(String, Boolean)

Initializes a sort descriptor a given key path and sort order.

Declaration
public ISN_NSSortDescriptor(string key, bool ascending)
Parameters
Type Name Description
System.String key

T he key path to use when performing a comparison. For information about key paths, see

System.Boolean ascending

true if the receiver specifies sorting in ascending order, otherwise false.

In This Article
Back to top Generated by DocFX