System.Collections.Concurrent.OrderablePartitioner<TSource>: Property Members

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>

Public Properties

[read-only]
KeysNormalizedbool.

Gets whether order keys are normalized.

[read-only]
KeysOrderedAcrossPartitionsbool.

Gets whether elements in an earlier partition always come before elements in a later partition.

[read-only]
KeysOrderedInEachPartitionbool.

Gets whether elements in each partition are yielded in the order of increasing keys.