ParallelEnumerable Class

Task Parallel System.Threading

Provides a set of methods for querying objects that implement ParallelQuery{TSource}. This is the parallel equivalent of Enumerable.

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

Syntax

Visual Basic (Declaration)
Public NotInheritable Class ParallelEnumerable
C#
public static class ParallelEnumerable

Inheritance Hierarchy

System..::.Object
  System.Linq..::.ParallelEnumerable

See Also