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++