CollectionUtilities..::..BatchAsLists<(Of <(<'T>)>)> Method
Batches the specified enumeration into lists according to the indicated batch size.
Namespace:
Tortuga.AnchorAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
public static IEnumerable<List<T>> BatchAsLists<T>( this IEnumerable<T> source, int batchSize )
<ExtensionAttribute> _ Public Shared Function BatchAsLists(Of T) ( _ source As IEnumerable(Of T), _ batchSize As Integer _ ) As IEnumerable(Of List(Of T))
Type Parameters
- T

