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 정보.

또 보기