The properties of System.Collections.Concurrent.OrderablePartitioner<TSource> are listed below. For a list of all members, see the OrderablePartitioner<TSource> Members list.
See Also: Inherited members from System.Collections.Concurrent.Partitioner<TSource>
[read-only] | KeysNormalized | bool.
Gets whether order keys are normalized. |
[read-only] | KeysOrderedAcrossPartitions | bool.
Gets whether elements in an earlier partition always come before elements in a later partition. |
[read-only] | KeysOrderedInEachPartition | bool.
Gets whether elements in each partition are yielded in the order of increasing keys. |