Partager via


Utils.BatchIEnumerable<T>(IEnumerable<T>, Int32) Méthode

Définition

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))

Paramètres de type

T

Paramètres

sequence
IEnumerable<T>
batchSize
Int32

Retours

S’applique à