System.Collections.Concurrent.Partitioner<TSource>: Method Members

The methods of System.Collections.Concurrent.Partitioner<TSource> are listed below. For a list of all members, see the Partitioner<TSource> Members list.

See Also: Inherited members from System.Object

Public Methods

GetDynamicPartitions() : IEnumerable<TSource>

Creates an object that can partition the underlying collection into a variable number of partitions.

abstract
GetPartitions(int) : IList<IEnumerator<TSource>>

Partitions the underlying collection into the given number of partitions.