System::Linq::IOrderedEnumerable class
IOrderedEnumerable class
Represents a sorted sequence.
template<typename T>class IOrderedEnumerable : public System::Collections::Generic::IEnumerable<T>
Parameter | Description |
---|
T | The type of the elements of the sequence. |
Methods
Method | Description |
---|
GetEnumerator() override | Gets enumerator. |
IOrderedEnumerable(const System::SharedPtr<System::Collections::Generic::IEnumerable<T>>&, const Comparator&) | |
LINQ_ThenBy(const Func<T, Key>&) | Performs a subsequent ordering of the elements in a sequence in ascending order according to a key. |
LINQ_ThenBy(const Func<Source, Key>&) | |
Typedefs
See Also