الفئة 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
انظر أيضًا