Partitioner<TSource>::GetDynamicPartitions Method ()
Creates an object that can partition the underlying collection into a variable number of partitions.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| NotSupportedException | Dynamic partitioning is not supported by the base class. You must implement it in a derived class. |
The returned object implements the System.Collections.Generic::IEnumerable<T>interface. Calling GetEnumerator on the object creates another partition over the sequence.
The GetDynamicPartitions method is only supported if the SupportsDynamicPartitions property returns true. For more information, see Custom Partitioners for PLINQ and TPL.
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1