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

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

See Also: Inherited members from System.Collections.Concurrent.Partitioner<TSource>

Public Methods

override
GetDynamicPartitions() : IEnumerable<TSource>

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

GetOrderableDynamicPartitions() : IEnumerable<KeyValuePair<long, TSource>>

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

abstract
GetOrderablePartitions(int) : IList<IEnumerator<KeyValuePair<long, TSource>>>

Partitions the underlying collection into the specified number of orderable partitions.

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

Partitions the underlying collection into the given number of ordered partitions.