System::Collections::Generic::IEnumerable::LINQ_OrderByDescending 메서드
IEnumerable::LINQ_OrderByDescending(const Func<Source, Key>&) method
template<typename Key> SharedPtr<Linq::IOrderedEnumerable<Source>> System::Collections::Generic::IEnumerable<T>::LINQ_OrderByDescending(const Func<Source, Key> &keySelector)
또 보기
- Typedef SharedPtr
- Class IOrderedEnumerable
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
IEnumerable::LINQ_OrderByDescending(const Func<T, Key>&) method
keySelector가 선택한 키 값을 기준으로 시퀀스의 요소를 내림차순으로 정렬합니다.
template<typename Key> SharedPtr<Linq::IOrderedEnumerable<T>> System::Collections::Generic::IEnumerable<T>::LINQ_OrderByDescending(const Func<T, Key> &keySelector)
| 매개변수 | 설명 |
|---|---|
| keySelector | 요소에서 키를 추출하는 함수입니다. |
ReturnValue
키의 내림차순으로 정렬된 요소들을 가진 IOrderedEnumerable입니다.
또 보기
- Typedef SharedPtr
- Class IOrderedEnumerable
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++