System::Collections::Generic::IEnumerable::LINQ_GroupBy 메서드

IEnumerable::LINQ_GroupBy(System::Func<Source, Key>) method

template<typename Key> SharedPtr<IEnumerable<SharedPtr<System::Linq::IGrouping<Key, Source>>>> System::Collections::Generic::IEnumerable<T>::LINQ_GroupBy(System::Func<Source, Key> keyPredicate)

또 보기

IEnumerable::LINQ_GroupBy(System::Func<T, Key>) method

시퀀스의 요소들을 그룹화합니다.

template<typename Key> System::SharedPtr<IEnumerable<System::SharedPtr<System::Linq::IGrouping<Key, T>>>> System::Collections::Generic::IEnumerable<T>::LINQ_GroupBy(System::Func<T, Key> keyPredicate)
매개변수설명
KeykeyPredicate에 의해 반환되는 키의 유형
매개변수형식설명
keyPredicateSystem::Func<T, Key>각 요소에 대한 키를 추출하는 함수.

ReturnValue

객체 시퀀스와 키를 포함하는 IEnumerable

또 보기