Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Partitioner::Create Method

.NET Framework (current version)
 

Creates a partitioner.

Namespace:   System.Collections.Concurrent
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(Int32, Int32)

Creates a partitioner that chunks the user-specified range.

System_CAPS_pubmethodSystem_CAPS_staticCreate(Int32, Int32, Int32)

Creates a partitioner that chunks the user-specified range.

System_CAPS_pubmethodSystem_CAPS_staticCreate(Int64, Int64)

Creates a partitioner that chunks the user-specified range.

System_CAPS_pubmethodSystem_CAPS_staticCreate(Int64, Int64, Int64)

Creates a partitioner that chunks the user-specified range.

System_CAPS_pubmethodSystem_CAPS_staticCreate<TSource>(array<TSource>^, Boolean)

Creates an orderable partitioner from a Array instance.

System_CAPS_pubmethodSystem_CAPS_staticCreate<TSource>(IEnumerable<TSource>^)

Creates an orderable partitioner from a IEnumerable<T> instance.

System_CAPS_pubmethodSystem_CAPS_staticCreate<TSource>(IEnumerable<TSource>^, EnumerablePartitionerOptions)

Creates an orderable partitioner from a IEnumerable<T> instance.

System_CAPS_pubmethodSystem_CAPS_staticCreate<TSource>(IList<TSource>^, Boolean)

Creates an orderable partitioner from an IList<T> instance.

Return to top
Show:
© 2017 Microsoft