طريقة 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.Font 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)
| معامل | الوصف |
|---|---|
| المفتاح | نوع المفتاح الذي تُعيده الدالة keySelector. |
| معامل | نوع | الوصف |
|---|---|---|
| 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.Font for C++