OrderablePartitioner<TSource>.GetPartitions Method
Partitions the underlying collection into the given number of ordered partitions.
Namespace: System.Collections.Concurrent
Assembly: mscorlib (in mscorlib.dll)
Parameters
- partitionCount
- Type: System.Int32
The number of partitions to create.
Return Value
Type: System.Collections.Generic.IList<IEnumerator<TSource>>A list containing partitionCount enumerators.
The default implementation provides the same behavior as GetOrderablePartitions except that the returned set of partitions does not provide the keys for the elements.
For more information, see Custom Partitioners for PLINQ and TPL.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.