System::Collections::Generic::IEnumerable::LINQ_OrderBy method
IEnumerable::LINQ_OrderBy(const Func<Source, Key>&) method
template<typename Key> SharedPtr<Linq::IOrderedEnumerable<Source>> System::Collections::Generic::IEnumerable<T>::LINQ_OrderBy(const Func<Source, Key> &keySelector)
Δείτε επίσης
- Typedef SharedPtr
- Class IOrderedEnumerable
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
IEnumerable::LINQ_OrderBy(const Func<T, Key>&) method
Ταξινομεί τα στοιχεία μιας ακολουθίας σε αύξουσα σειρά σύμφωνα με τις τιμές κλειδιών που επιλέγονται από το keySelector.
template<typename Key> SharedPtr<Linq::IOrderedEnumerable<T>> System::Collections::Generic::IEnumerable<T>::LINQ_OrderBy(const Func<T, Key> &keySelector)
| Parameter | Περιγραφή |
|---|---|
| keySelector | Μια λειτουργία για την εξαγωγή ενός κλειδιού από ένα στοιχείο. |
ReturnValue
Ένα IOrderedEnumerable του οποίου τα στοιχεία ταξινομούνται σύμφωνα με ένα κλειδί.
Δείτε επίσης
- Typedef SharedPtr
- Class IOrderedEnumerable
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++