System::Collections::Generic::IEnumerable::LINQ_OrderByDescending メソッド
IEnumerable::LINQ_OrderByDescending(const Func<Source, Key>&) method
template<typename Key> SharedPtr<Linq::IOrderedEnumerable<Source>> System::Collections::Generic::IEnumerable<T>::LINQ_OrderByDescending(const Func<Source, Key> &keySelector)
参照
- Typedef SharedPtr
- Class IOrderedEnumerable
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
IEnumerable::LINQ_OrderByDescending(const Func<T, Key>&) method
keySelectorで選択されたキー値に従って、シーケンスの要素を降順にソートします。
template<typename Key> SharedPtr<Linq::IOrderedEnumerable<T>> System::Collections::Generic::IEnumerable<T>::LINQ_OrderByDescending(const Func<T, Key> &keySelector)
| パラメーター | 説明 |
|---|---|
| keySelector | 要素からキーを抽出する関数です。 |
ReturnValue
キーの降順で要素がソートされた IOrderedEnumerable です。
参照
- Typedef SharedPtr
- Class IOrderedEnumerable
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++