OrderablePartitioner<TSource>.GetPartitions(Int32) 메서드

정의

기본 컬렉션을 지정된 개수의 정렬된 파티션으로 분할합니다.

public:
 override System::Collections::Generic::IList<System::Collections::Generic::IEnumerator<TSource> ^> ^ GetPartitions(int partitionCount);
public override System.Collections.Generic.IList<System.Collections.Generic.IEnumerator<TSource>> GetPartitions (int partitionCount);
override this.GetPartitions : int -> System.Collections.Generic.IList<System.Collections.Generic.IEnumerator<'Source>>
Public Overrides Function GetPartitions (partitionCount As Integer) As IList(Of IEnumerator(Of TSource))

매개 변수

partitionCount
Int32

만들 파티션의 수입니다.

반환

IList<IEnumerator<TSource>>

partitionCount 열거자가 포함된 목록입니다.

설명

기본 구현은 반환된 파티션 집합이 요소에 대한 키를 제공하지 않는다는 점을 제외하고 동일한 동작 GetOrderablePartitions 을 제공합니다.

자세한 내용은 PLINQ 및 TPL에 대한 사용자 지정 파티셔너를 참조하세요.

적용 대상

추가 정보