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.Font 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.Font for C++