ソート基準を記述します。
constructor(property: string, ascending: boolean): SortDescription
SortDescriptionクラスの新しいインスタンスを初期化します。
Name of the property to sort on.
Whether to sort in ascending order.
値を昇順にソートするかどうかを示す値を取得します。
ソートに使用されるプロパティの名前を取得します。
ソート基準を記述します。