|
| .NET Framework Class Library |
| ParallelEnumerable..::.Select Method |
| ParallelEnumerable Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
![]() ![]() | Select<(Of <(TSource, TResult>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, TResult>)>)) |
Projects in parallel each element of a sequence into a new form.
|
![]() ![]() | Select<(Of <(TSource, TResult>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, Int32, TResult>)>)) |
Projects in parallel each element of a sequence into a new form by incorporating the element's index.
|

