Instance Method インスタンスメソッド

sort(using:)

Sorts the receiving ordered set using a given array of sort descriptors. 受け手側の順序集合をソート記述子からなるある与えられた配列を使ってソートします。

Declaration 宣言

func sort(using sortDescriptors: [NSSortDescriptor])

Parameters パラメータ

sortDescriptors

An array containing the NSSortDescriptor objects to use to sort the receiving ordered set’s contents. 受け手側の順序集合の内容をソートするのに使うことになるNSSortDescriptorオブジェクトを含んでいる配列。

Discussion 議論

See NSSortDescriptor for additional information. さらなる情報としてNSSortDescriptorを見てください。

See Also 参照

Sorting Entries 登録項目をソートする