طريقة 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)
معاملالوصف
المفتاحنوع المفتاح الذي تُعيده الدالة keySelector.
معاملنوعالوصف
keySelectorconst Func<T, Key>&دالة لاستخراج مفتاح من كل عنصر.

ReturnValue

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

انظر أيضًا