Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Partitioner Class

Definition

Namespace:
System.Collections.Concurrent
Assemblies:
mscorlib.dll, System.Collections.Concurrent.dll
Assemblies:
netstandard.dll, System.Collections.Concurrent.dll
Assembly:
System.Collections.Concurrent.dll
Assembly:
mscorlib.dll
Assembly:
netstandard.dll
Source:
PartitionerStatic.cs
Source:
PartitionerStatic.cs
Source:
PartitionerStatic.cs
Source:
PartitionerStatic.cs
Source:
PartitionerStatic.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Provides common partitioning strategies for arrays, lists, and enumerables.

public ref class Partitioner abstract sealed
public static class Partitioner
type Partitioner = class
Public Class Partitioner
Inheritance
Partitioner

Remarks

For more information, see Custom Partitioners for PLINQ and TPL.

Methods

Name Description
Create(Int32, Int32, Int32)

Creates a partitioner that chunks the user-specified range.

Create(Int32, Int32)

Creates a partitioner that chunks the user-specified range.

Create(Int64, Int64, Int64)

Creates a partitioner that chunks the user-specified range.

Create(Int64, Int64)

Creates a partitioner that chunks the user-specified range.

Create<TSource>(IEnumerable<TSource>, EnumerablePartitionerOptions)

Creates an orderable partitioner from a IEnumerable<T> instance.

Create<TSource>(IEnumerable<TSource>)

Creates an orderable partitioner from a IEnumerable<T> instance.

Create<TSource>(IList<TSource>, Boolean)

Creates an orderable partitioner from an IList<T> instance.

Create<TSource>(TSource[], Boolean)

Creates an orderable partitioner from a Array instance.

Applies to

See also


Feedback

Was this page helpful?