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.Page 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)
| パラメーター | 説明 |
|---|---|
| Key | keyPredicate が返すキーの型 |
| パラメーター | 型 | 説明 |
|---|---|---|
| keyPredicate | System::Func<T, Key> | 各要素からキーを抽出する関数。 |
ReturnValue
オブジェクトのシーケンスとキーを含む IEnumerableです。
参照
- Typedef SharedPtr
- Class IEnumerable
- Class IGrouping
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++