System.Collections.Concurrent.OrderablePartitioner<TSource>.KeysOrderedAcrossPartitions Property

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

Syntax

public bool KeysOrderedAcrossPartitions { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If OrderablePartitioner`1.KeysOrderedAcrossPartitions returns true, each element in partition 0 has a smaller order key than any element in partition 1, each element in partition 1 has a smaller order key than any element in partition 2, and so on.

For more information, see Custom Partitioners for PLINQ and TPL.

Requirements

Namespace: System.Collections.Concurrent
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0