فئة System::Linq::IOrderedEnumerable
IOrderedEnumerable class
يمثل تسلسلًا مرتّبًا.
template<typename T>class IOrderedEnumerable : public System::Collections::Generic::IEnumerable<T>
| Parameter | الوصف |
|---|
| 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
انظر أيضًا