System::Collections::Generic::IEnumerable::LINQ_SelectMany 方法
IEnumerable::LINQ_SelectMany(const Func<Source, SharedPtr<IEnumerable<Result>>>&) method
template<typename Result> SharedPtr<IEnumerable<Result>> System::Collections::Generic::IEnumerable<T>::LINQ_SelectMany(const Func<Source, SharedPtr<IEnumerable<Result>>> &selector)
另见
- Typedef SharedPtr
- Class IEnumerable
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
IEnumerable::LINQ_SelectMany(const Func<T, SharedPtr<IEnumerable<ResultType>>>&) method
投影序列的每个元素并将生成的序列合并为一个序列。
template<typename ResultType> SharedPtr<IEnumerable<ResultType>> System::Collections::Generic::IEnumerable<T>::LINQ_SelectMany(const Func<T, SharedPtr<IEnumerable<ResultType>>> &selector)
| 参数 | 描述 |
|---|---|
| ResultType | 由 selector 返回的值的类型。 |
| 参数 | 类型 | 描述 |
|---|---|---|
| selector | const Func<T, SharedPtr<IEnumerable<ResultType>>>& | 一个转换函数。 |
ReturnValue
一个 IEnumerable ,其中包含对输入序列中每个元素调用一对多投影函数后的结果。
另见
- Typedef SharedPtr
- Class IEnumerable
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Font for C++