System::Collections::Generic::IEnumerable::LINQ_GroupBy yöntemi
İçindekiler
[
Saklamak
]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)
Ayrıca Bakınız
- 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)
Ayrıca Bakınız
- 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
Bir dizinin öğelerini gruplar.
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)
| Parametre | Açıklama |
|---|---|
| Anahtar | keyPredicate tarafından döndürülen anahtarın türü |
| Parametre | Tür | Açıklama |
|---|---|---|
| keyPredicate | System::Func<T, Key> | Her öğe için anahtarı çıkartan bir işlev. |
ReturnValue
Bir IEnumerable nesnesi, nesneler dizisi ve bir anahtar içerir
Ayrıca Bakınız
- 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
Bir dizinin öğelerini gruplar.
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)
| Parametre | Açıklama |
|---|---|
| Anahtar | keyPredicate tarafından döndürülen anahtarın türü |
| Element | elementSelector tarafından döndürülen öğenin türü |
| Parametre | Tür | Açıklama |
|---|---|---|
| keyPredicate | System::Func<T, Key> | Her öğe için anahtarı çıkartan bir işlev. |
| elementSelector | System::Func<T, Element> | Her öğe için değer anahtarını çıkartan bir işlev. |
ReturnValue
Bir IEnumerable nesnesi, nesneler dizisi ve bir anahtar içerir
Ayrıca Bakınız
- Typedef SharedPtr
- Class IEnumerable
- Class IGrouping
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Font for C++