Partitioner Methods
.NET Framework 4.5
| Name | Description | |
|---|---|---|
|
Create(Int32, Int32) | Creates a partitioner that chunks the user-specified range. |
|
Create(Int64, Int64) | 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, Int64) | Creates a partitioner that chunks the user-specified range. |
|
Create<TSource>(IEnumerable<TSource>) | Creates an orderable partitioner from a IEnumerable<T> instance. |
|
Create<TSource>(TSource[], Boolean) | Creates an orderable partitioner from a Array 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. |