Μέθοδος 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)

Δείτε επίσης

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.
ParameterTypeΠεριγραφή
keySelectorconst Func<T, Key>&Μια συνάρτηση για την εξαγωγή ενός κλειδιού από κάθε στοιχείο.

ReturnValue

System::Linq::IOrderedEnumerable whose elements are sorted according to a key.

Δείτε επίσης