Create Method

Task Parallel System.Threading

Overload List

  NameDescription
Create<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>))
Creates an orderable partitioner from a IEnumerable<(Of <(T>)>) instance.
Create<(Of <(TSource>)>)(IList<(Of <(TSource>)>), Boolean)
Creates an orderable partitioner from an IList<(Of <(T>)>) instance.
Create<(Of <(TSource>)>)(array<TSource>[]()[], Boolean)
Creates an orderable partitioner from a Array instance.

See Also