Back to Dotnet

System.Linq.Parallel

src/libraries/System.Linq.Parallel/README.md

11.0.100753 B
Original Source

System.Linq.Parallel

Parallel LINQ (PLINQ) is a parallel implementation of the Language-Integrated Query (LINQ) pattern. PLINQ implements the full set of LINQ standard query operators as extension methods for the System.Linq namespace and has additional operators for parallel operations.

Documentation can be found at https://learn.microsoft.com/dotnet/api/system.linq.

Contribution Bar

See the Help Wanted issues.

Deployment

System.Linq.Parallel is included in the shared framework.