OrderablePartitioner<TSource>.GetPartitions(Int32) Metodo

Definizione

Suddivide l'insieme sottostante nel numero specificato di partizioni ordinate.

public:
 override System::Collections::Generic::IList<System::Collections::Generic::IEnumerator<TSource> ^> ^ GetPartitions(int partitionCount);
public override System.Collections.Generic.IList<System.Collections.Generic.IEnumerator<TSource>> GetPartitions (int partitionCount);
override this.GetPartitions : int -> System.Collections.Generic.IList<System.Collections.Generic.IEnumerator<'Source>>
Public Overrides Function GetPartitions (partitionCount As Integer) As IList(Of IEnumerator(Of TSource))

Parametri

partitionCount
Int32

Numero di partizioni da creare.

Restituisce

IList<IEnumerator<TSource>>

Elenco che contiene enumeratori partitionCount.

Commenti

L'implementazione predefinita fornisce lo stesso comportamento, GetOrderablePartitions ad eccezione del fatto che il set restituito di partizioni non fornisce le chiavi per gli elementi.

Per altre informazioni, vedere Partitioner personalizzati per PLINQ e TPL.

Si applica a

Vedi anche