OrderablePartitioner<TSource>.KeysOrderedAcrossPartitions プロパティ

定義

前にあるパーティション内の要素の順序が、後にあるパーティション内の要素よりも常に前になるかどうかを取得します。

public:
 property bool KeysOrderedAcrossPartitions { bool get(); };
public bool KeysOrderedAcrossPartitions { get; }
member this.KeysOrderedAcrossPartitions : bool
Public ReadOnly Property KeysOrderedAcrossPartitions As Boolean

プロパティ値

true 以前のパーティション内の要素が常に後のパーティションの要素の前に来る場合。それ以外の場合は false

注釈

が true を返す場合 KeysOrderedAcrossPartitions 、パーティション 0 の各要素はパーティション 1 のどの要素よりも小さい順序キーを持ち、パーティション 1 の各要素はパーティション 2 のどの要素よりも小さい順序キーを持つなどです。

詳細については、「Custom Partitioners for PLINQ and TPL (PLINQ および TPL 用のカスタム パーティショナー)」を参照してください。

適用対象

こちらもご覧ください