Instance Property
インスタンスプロパティ
comparator
The comparator for the sort descriptor.
ソート記述子のための比較子。
Discussion
議論
Call this property only for sort descriptors initialized with initWithKey:ascending:comparator:
.
このプロパティはinitWithKey:ascending:comparator:
で初期化されるソート記述子に対してのみ呼び出してください。
See Also
参照
Getting Information About a Sort Descriptor
ソート記述子についての情報を取得する
ascending
A Boolean value that indicates whether the receiver specifies sorting in ascending order.
あるブール値、それはレシーバが昇順でソートすることを指定するかどうかを指し示します。
key
The key that specifies the property to compare during sorting.
ソートの間に比較することになるプロパティを指定するキー。
selector
The selector for comparing objects.
オブジェクトを比較するためのセレクタ。