طريقة 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)
انظر أيضًا
- Typedef SharedPtr
- Class IEnumerable
- Class IGrouping
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
IEnumerable::LINQ_GroupBy(System::Func<Source, Key>, System::Func<Source, Element>) method
template<typename Key,typename Element> SharedPtr<IEnumerable<SharedPtr<System::Linq::IGrouping<Key, Element>>>> System::Collections::Generic::IEnumerable<T>::LINQ_GroupBy(System::Func<Source, Key> keyPredicate, System::Func<Source, Element> elementSelector)
انظر أيضًا
- Typedef SharedPtr
- Class IEnumerable
- Class IGrouping
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
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)
| معامل | الوصف |
|---|---|
| المفتاح | نوع المفتاح الذي تُعيده الدالة keyPredicate |
| معامل | نوع | الوصف |
|---|---|---|
| keyPredicate | System::Func<T, Key> | دالة لاستخراج المفتاح لكل عنصر. |
ReturnValue
IEnumerable يحتوي على تسلسل من الكائنات ومفتاح
انظر أيضًا
- Typedef SharedPtr
- Class IEnumerable
- Class IGrouping
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
IEnumerable::LINQ_GroupBy(System::Func<T, Key>, System::Func<T, Element>) method
يجمع عناصر التسلسل في مجموعات.
template<typename Key,typename Element> System::SharedPtr<IEnumerable<System::SharedPtr<System::Linq::IGrouping<Key, Element>>>> System::Collections::Generic::IEnumerable<T>::LINQ_GroupBy(System::Func<T, Key> keyPredicate, System::Func<T, Element> elementSelector)
| معامل | الوصف |
|---|---|
| المفتاح | نوع المفتاح الذي تُعيده الدالة keyPredicate |
| Element | نوع العنصر الذي تُعيده الدالة elementSelector |
| معامل | نوع | الوصف |
|---|---|---|
| keyPredicate | System::Func<T, Key> | دالة لاستخراج المفتاح لكل عنصر. |
| elementSelector | System::Func<T, Element> | دالة لاستخراج قيمة المفتاح لكل عنصر. |
ReturnValue
IEnumerable يحتوي على تسلسل من الكائنات ومفتاح
انظر أيضًا
- Typedef SharedPtr
- Class IEnumerable
- Class IGrouping
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Font for C++