OrderablePartitioner(TSource) Properties
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| OrderablePartitioner<(Of <(TSource>)>) Properties |
| OrderablePartitioner<(Of <(TSource>)>) Class See Also Send Feedback |
The OrderablePartitioner<(Of <(TSource>)>) type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| KeysNormalized |
Gets whether order keys are normalized.
| |
| KeysOrderedAcrossPartitions |
Gets whether elements in an earlier partition always come before elements in a later partition.
| |
| KeysOrderedInEachPartition |
Gets whether elements in each partition are yielded in the order of increasing keys.
| |
| SupportsDynamicPartitions |
Gets whether additional partitions can be created dynamically.
(Inherited from Partitioner<(Of <(TSource>)>).) |