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.Page for C++