key
The key that specifies the property to compare during sorting.
ソートの間に比較することになるプロパティを指定するキー。
selector
The selector for comparing objects.
オブジェクトを比較するためのセレクタ。
comparator
The comparator for the sort descriptor.
ソート記述子のための比較子。
Availability 有効性
Technology
@property(readonly) BOOL ascending;
YES
if the receiver specifies sorting in ascending order, otherwise NO
.
YES
、もしレシーバがソートを昇順に指定するならば、そうでなければNO
。
key
selector
comparator