Partitioner Class
Provides common partitioning strategies for arrays, lists, and enumerables.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Create(Int32, Int32) | Creates a partitioner that chunks the user-specified range. |
![]() ![]() | Create(Int32, Int32, Int32) | Creates a partitioner that chunks the user-specified range. |
![]() ![]() | Create(Int64, Int64) | Creates a partitioner that chunks the user-specified range. |
![]() ![]() | Create(Int64, Int64, Int64) | Creates a partitioner that chunks the user-specified range. |
![]() ![]() | Create<TSource>(array<TSource>^, Boolean) | Creates an orderable partitioner from a Array instance. |
![]() ![]() | Create<TSource>(IEnumerable<TSource>^) | Creates an orderable partitioner from a IEnumerable<T> instance. |
![]() ![]() | Create<TSource>(IEnumerable<TSource>^, EnumerablePartitionerOptions) | Creates an orderable partitioner from a IEnumerable<T> instance. |
![]() ![]() | Create<TSource>(IList<TSource>^, Boolean) | Creates an orderable partitioner from an IList<T> instance. |
For more information, see Custom Partitioners for PLINQ and TPL.
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

