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(Of TSource)(TSource(), Boolean) | Creates an orderable partitioner from a Array instance. |
![]() ![]() | Create(Of TSource)(IEnumerable(Of TSource)) | Creates an orderable partitioner from a IEnumerable(Of T) instance. |
![]() ![]() | Create(Of TSource)(IEnumerable(Of TSource), EnumerablePartitionerOptions) | Creates an orderable partitioner from a IEnumerable(Of T) instance. |
![]() ![]() | Create(Of TSource)(IList(Of TSource), Boolean) | Creates an orderable partitioner from an IList(Of 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.

