OrderablePartitioner<TSource>::GetPartitions Method (Int32)
.NET Framework (current version)
Partitions the underlying collection into the given number of ordered partitions.
Assembly: mscorlib (in mscorlib.dll)
public: virtual IList<IEnumerator<TSource>^>^ GetPartitions( int partitionCount ) override
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.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Show: