Metodo System::Linq::IOrderedEnumerable::LINQ_ThenBy
Contenuti
[
Nascondere
]IOrderedEnumerable::LINQ_ThenBy(const Func<Source, Key>&) method
template<typename Key> SharedPtr<IOrderedEnumerable<Source>> System::Linq::IOrderedEnumerable<T>::LINQ_ThenBy(const Func<Source, Key> &keySelector)
Vedi anche
- Typedef SharedPtr
- Class IOrderedEnumerable
- Class Func
- Class IOrderedEnumerable
- Namespace System::Linq
- Library Aspose.Font for C++
IOrderedEnumerable::LINQ_ThenBy(const Func<T, Key>&) method
Esegue un ordinamento successivo degli elementi in una sequenza in ordine crescente secondo una chiave.
template<typename Key> SharedPtr<IOrderedEnumerable<T>> System::Linq::IOrderedEnumerable<T>::LINQ_ThenBy(const Func<T, Key> &keySelector)
| Parametro | Descrizione |
|---|---|
| Chiave | Il tipo della chiave restituita da keySelector. |
| Parametro | Tipo | Descrizione |
|---|---|---|
| keySelector | const Func<T, Key>& | Una funzione per estrarre una chiave da ogni elemento. |
ReturnValue
System::Linq::IOrderedEnumerable whose elements are sorted according to a key.
Vedi anche
- Typedef SharedPtr
- Class IOrderedEnumerable
- Class Func
- Class IOrderedEnumerable
- Namespace System::Linq
- Library Aspose.Font for C++