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)
| Параметр | Описание |
|---|---|
| keySelector | Функция для извлечения ключа из элемента. |
ReturnValue
IOrderedEnumerable, элементы которого отсортированы по ключу
См. также
- Typedef SharedPtr
- Class IOrderedEnumerable
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++