System::Linq::IOrderedEnumerable::LINQ_ThenBy method
Contents
[
Hide
]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)
See Also
- Typedef SharedPtr
- Class IOrderedEnumerable
- Class Func
- Class IOrderedEnumerable
- Namespace System::Linq
- Library Aspose.PDF for C++
IOrderedEnumerable::LINQ_ThenBy(const Func<T, Key>&) method
Performs a subsequent ordering of the elements in a sequence in ascending order according to a key.
template<typename Key> SharedPtr<IOrderedEnumerable<T>> System::Linq::IOrderedEnumerable<T>::LINQ_ThenBy(const Func<T, Key> &keySelector)
Parameter | Description |
---|---|
Key | The type of the key returned by keySelector. |
Parameter | Type | Description |
---|---|---|
keySelector | const Func<T, Key>& | A function to extract a key from each element. |
ReturnValue
System::Linq::IOrderedEnumerable whose elements are sorted according to a key.
See Also
- Typedef SharedPtr
- Class IOrderedEnumerable
- Class Func
- Class IOrderedEnumerable
- Namespace System::Linq
- Library Aspose.PDF for C++