System::Collections::Generic::IEnumerable::LINQ_OrderByDescending metodo
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)
Vedi anche
- 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
Ordina gli elementi di una sequenza in ordine decrescente secondo i valori chiave selezionati da keySelector.
template<typename Key> SharedPtr<Linq::IOrderedEnumerable<T>> System::Collections::Generic::IEnumerable<T>::LINQ_OrderByDescending(const Func<T, Key> &keySelector)
| Parametro | Descrizione |
|---|---|
| keySelector | Una funzione per estrarre una chiave da un elemento. |
ReturnValue
Un IOrderedEnumerable i cui elementi sono ordinati in ordine discendente della chiave
Vedi anche
- Typedef SharedPtr
- Class IOrderedEnumerable
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Font for C++