This topic has not yet been rated - Rate this topic

ParallelEnumerable.Select Method

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

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member Select<TSource, TResult>(ParallelQuery<TSource>, Func<TSource, TResult>) Projects in parallel each element of a sequence into a new form.
Public method Static member Select<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.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.