This topic has not yet been rated - Rate this topic

Partitioner Methods

  Name Description
Public method Static member Create(Int32, Int32) Creates a partitioner that chunks the user-specified range.
Public method Static member Create(Int64, Int64) Creates a partitioner that chunks the user-specified range.
Public method Static member Create(Int32, Int32, Int32) Creates a partitioner that chunks the user-specified range.
Public method Static member Create(Int64, Int64, Int64) Creates a partitioner that chunks the user-specified range.
Public method Static member Create<TSource>(IEnumerable<TSource>) Creates an orderable partitioner from a IEnumerable<T> instance.
Public method Static member Create<TSource>(TSource[], Boolean) Creates an orderable partitioner from a Array instance.
Public method Static member Create<TSource>(IEnumerable<TSource>, EnumerablePartitionerOptions) Creates an orderable partitioner from a IEnumerable<T> instance.
Public method Static member Create<TSource>(IList<TSource>, Boolean) Creates an orderable partitioner from an IList<T> instance.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.