다음을 통해 공유


Utils.BatchIEnumerable<T>(IEnumerable<T>, Int32) 메서드

정의

public static System.Collections.Generic.IEnumerable<System.Collections.Generic.List<T>> BatchIEnumerable<T> (this System.Collections.Generic.IEnumerable<T> sequence, int batchSize);
static member BatchIEnumerable : seq<'T> * int -> seq<System.Collections.Generic.List<'T>>
<Extension()>
Public Iterator Function BatchIEnumerable(Of T) (sequence As IEnumerable(Of T), batchSize As Integer) As IEnumerable(Of List(Of T))

형식 매개 변수

T

매개 변수

sequence
IEnumerable<T>
batchSize
Int32

반환

적용 대상