الفئة System::Linq::IOrderedEnumerable

IOrderedEnumerable class

يمثّل تسلسلًا مرتبًا.

template<typename T>class IOrderedEnumerable : public System::Collections::Generic::IEnumerable<T>
معاملالوصف
Tنوع عناصر التسلسل.

الطرق

طريقةالوصف
GetEnumerator() overrideيحصل على المُعدِّد.
IOrderedEnumerable(const System::SharedPtr<System::Collections::Generic::IEnumerable<T>>&, const Comparator&)
LINQ_ThenBy(const Func<T, Key>&)يُجري ترتيبًا لاحقًا لعناصر التسلسل بترتيب تصاعدي وفقًا لمفتاح.
LINQ_ThenBy(const Func<Source, Key>&)

Typedefs

تعريف نوعالوصف
Comparatorمعلومات RTTI.

انظر أيضًا