Partitioner::Create Method
Creates a partitioner.
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. |

