Partitioner 類別

定義

提供陣列、清單和可列舉值的通用分割策略。

public ref class Partitioner abstract sealed
public static class Partitioner
type Partitioner = class
Public Class Partitioner
繼承
Partitioner

備註

如需詳細資訊,請參閱 PLINQ 和 TPL 的自訂 Partitioner

方法

Create(Int32, Int32)

建立會將使用者指定的範圍分割為區塊的 Partitioner。

Create(Int32, Int32, Int32)

建立會將使用者指定的範圍分割為區塊的 Partitioner。

Create(Int64, Int64)

建立會將使用者指定的範圍分割為區塊的 Partitioner。

Create(Int64, Int64, Int64)

建立會將使用者指定的範圍分割為區塊的 Partitioner。

Create<TSource>(IEnumerable<TSource>)

IEnumerable<T> 執行個體建立可排序的 Partitioner。

Create<TSource>(IEnumerable<TSource>, EnumerablePartitionerOptions)

IEnumerable<T> 執行個體建立可排序的 Partitioner。

Create<TSource>(IList<TSource>, Boolean)

IList<T> 執行個體建立可排序的 Partitioner。

Create<TSource>(TSource[], Boolean)

Array 執行個體建立可排序的 Partitioner。

適用於

另請參閱