public static class BatchExtension
<ExtensionAttribute>
Public NotInheritable Class BatchExtension
[ExtensionAttribute]
public ref class BatchExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type BatchExtension = class end
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. |