Partitioner Clase
Definición
Proporciona estrategias comunes para la creación de particiones de matrices, listas y enumerables.Provides common partitioning strategies for arrays, lists, and enumerables.
public ref class Partitioner abstract sealed
public static class Partitioner
type Partitioner = class
Public Class Partitioner
- Herencia
-
Partitioner
Comentarios
Para más información, consulte Custom Partitioners for PLINQ and TPL (Particionadores personalizados para PLINQ y TPL).For more information, see Custom Partitioners for PLINQ and TPL.
Métodos
Create(Int32, Int32) |
Crea un particionador que divide en fragmentos el intervalo especificado por el usuario.Creates a partitioner that chunks the user-specified range. |
Create(Int32, Int32, Int32) |
Crea un particionador que divide en fragmentos el intervalo especificado por el usuario.Creates a partitioner that chunks the user-specified range. |
Create(Int64, Int64) |
Crea un particionador que divide en fragmentos el intervalo especificado por el usuario.Creates a partitioner that chunks the user-specified range. |
Create(Int64, Int64, Int64) |
Crea un particionador que divide en fragmentos el intervalo especificado por el usuario.Creates a partitioner that chunks the user-specified range. |
Create<TSource>(IEnumerable<TSource>) |
Crea un particionador ordenable a partir de una instancia de IEnumerable<T>.Creates an orderable partitioner from a IEnumerable<T> instance. |
Create<TSource>(IEnumerable<TSource>, EnumerablePartitionerOptions) |
Crea un particionador ordenable a partir de una instancia de IEnumerable<T>.Creates an orderable partitioner from a IEnumerable<T> instance. |
Create<TSource>(IList<TSource>, Boolean) |
Crea un particionador ordenable a partir de una instancia de IList<T>.Creates an orderable partitioner from an IList<T> instance. |
Create<TSource>(TSource[], Boolean) |
Crea un particionador ordenable a partir de una instancia de Array.Creates an orderable partitioner from a Array instance. |