BatchExtension.Batch Method |
Name | Description | |
---|---|---|
![]() ![]() | Batch<TSource>(IEnumerable<TSource>, Int32) |
Batches the source sequence into sized buckets.
|
![]() ![]() | Batch<TSource, TResult>(IEnumerable<TSource>, Int32, Func<IEnumerable<TSource>, TResult>) |
Batches the source sequence into sized buckets and applies a projection to each bucket.
|