System::Linq::IOrderedEnumerable class

IOrderedEnumerable class

Represents a sorted sequence.

template<typename T>class IOrderedEnumerable : public System::Collections::Generic::IEnumerable<T>
ParameterDescription
TThe type of the elements of the sequence.

Methods

MethodDescription
GetEnumerator() overrideGets 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

TypedefDescription
ComparatorRTTI information.

See Also