System::Collections::Generic::IEnumerable::LINQ_GroupBy methode

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)

Zie ook

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

Groepeert de elementen van een reeks.

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)
ParameterBeschrijving
SleutelHet type van de sleutel dat wordt geretourneerd door keyPredicate
ParameterTypeBeschrijving
keyPredicateSystem::Func<T, Key>Een functie om de sleutel voor elk element te extraheren.

ReturnValue

Een IEnumerable die een reeks objecten en een sleutel bevat

Zie ook