طريقة 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)
Parameterالوصف
المفتاحنوع المفتاح الذي تُعيده الدالة keyPredicate
ParameterTypeالوصف
keyPredicateSystem::Func<T, Key>دالة لاستخراج المفتاح لكل عنصر.

ReturnValue

IEnumerable يحتوي على تسلسل من الكائنات ومفتاح.

انظر أيضًا