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 信息。 |
另见
- Class IEnumerable
- Namespace System::Linq
- Library Aspose.Font for C++