BatchExtension Class |
Namespace: MoreLinq.Extensions
| Name | Description | |
|---|---|---|
| BatchTSource(IEnumerableTSource, Int32) |
Batches the source sequence into sized buckets.
| |
| BatchTSource, TResult(IEnumerableTSource, Int32, FuncIEnumerableTSource, TResult) |
Batches the source sequence into sized buckets and applies a projection to each bucket.
|