Μέθοδος System::Linq::IOrderedEnumerable::LINQ_ThenBy
περιεχόμενα
[
κρύβω
]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)
Δείτε επίσης
- Typedef SharedPtr
- Class IOrderedEnumerable
- Class Func
- Class IOrderedEnumerable
- Namespace System::Linq
- Library Aspose.Page for C++
IOrderedEnumerable::LINQ_ThenBy(const Func<T, Key>&) method
Εκτελεί μια επακόλουθη ταξινόμηση των στοιχείων σε μια ακολουθία σε αύξουσα σειρά σύμφωνα με ένα κλειδί.
template<typename Key> SharedPtr<IOrderedEnumerable<T>> System::Linq::IOrderedEnumerable<T>::LINQ_ThenBy(const Func<T, Key> &keySelector)
| Parameter | Περιγραφή |
|---|---|
| Κλειδί | Ο τύπος του κλειδιού που επιστρέφεται από το keySelector. |
| Parameter | Type | Περιγραφή |
|---|---|---|
| keySelector | const Func<T, Key>& | Μια συνάρτηση για την εξαγωγή ενός κλειδιού από κάθε στοιχείο. |
ReturnValue
System::Linq::IOrderedEnumerable whose elements are sorted according to a key.
Δείτε επίσης
- Typedef SharedPtr
- Class IOrderedEnumerable
- Class Func
- Class IOrderedEnumerable
- Namespace System::Linq
- Library Aspose.Page for C++