Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ParallelEnumerable::Select Method

.NET Framework (current version)
 

Projects in parallel each element of a sequence into a new form.

Namespace:   System.Linq
Assembly:  System.Core (in System.Core.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticSelect<TSource, TResult>(ParallelQuery<TSource>^, Func<TSource, TResult>^)

Projects in parallel each element of a sequence into a new form.

System_CAPS_pubmethodSystem_CAPS_staticSelect<TSource, TResult>(ParallelQuery<TSource>^, Func<TSource, Int32, TResult>^)

Projects in parallel each element of a sequence into a new form by incorporating the element's index.

Return to top
Show:
© 2017 Microsoft