System::Collections::Generic::IEnumerable::LINQ_OrderByDescending method
IEnumerable::LINQ_OrderByDescending(const Func<T, Key>&) method
Sorts the elements of a sequence in descending order according to the key values selected by keySelector.
template<typename Key> SharedPtr<IEnumerable<T>> System::Collections::Generic::IEnumerable<T>::LINQ_OrderByDescending(const Func<T, Key> &keySelector)
Parameter | Description |
---|---|
keySelector | A function to extract a key from an element. |
ReturnValue
An IEnumerable whose elements are sorted to the descending order of the key
See Also
- Typedef SharedPtr
- Class IEnumerable
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++
IEnumerable::LINQ_OrderByDescending(const Func<Source, Key>&) method
template<typename Key> SharedPtr<IEnumerable<Source>> System::Collections::Generic::IEnumerable<T>::LINQ_OrderByDescending(const Func<Source, Key> &keySelector)
See Also
- Typedef SharedPtr
- Class IEnumerable
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++