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<TSource> Method (IList<TSource>^, Boolean)
.NET Framework (current version)
Creates an orderable partitioner from an IList<T> instance.
Assembly: mscorlib (in mscorlib.dll)
public: generic<typename TSource> static OrderablePartitioner<TSource>^ Create( IList<TSource>^ list, bool loadBalance )
Parameters
- list
-
Type:
System.Collections.Generic::IList<TSource>^
The list to be partitioned.
- loadBalance
-
Type:
System::Boolean
A Boolean value that indicates whether the created partitioner should dynamically load balance between partitions rather than statically partition.
Return Value
Type: System.Collections.Concurrent::OrderablePartitioner<TSource>^An orderable partitioner based on the input list.
Type Parameters
- TSource
Type of the elements in source list.
For more information and examples, see Custom Partitioners for PLINQ and TPL.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Show: