System.Collections.Concurrent.OrderablePartitioner<TSource>.GetOrderablePartitions Method

Partitions the underlying collection into the specified number of orderable partitions.

Syntax

public abstract IList<IEnumerator<KeyValuePair<long, TSource>>> GetOrderablePartitions (int partitionCount)

Parameters

partitionCount
The number of partitions to create.

Returns

A list containing partitionCount enumerators.

Remarks

Each partition is represented as an enumerator over key-value pairs.

The value of the pair is the element itself, and the key is an integer which determines the relative ordering of this element against other elements in the data source.

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

Requirements

Namespace: System.Collections.Concurrent
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0