System.Collections.Concurrent.Partitioner<TSource> Members

The members of System.Collections.Concurrent.Partitioner<TSource> are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Creates a new partitioner instance.

Public Properties

[read-only]
SupportsDynamicPartitionsbool.

Gets whether additional partitions can be created dynamically.

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.