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

型定義説明
ComparatorRTTI 情報。

参照