public static IEnumerable<IEnumerable<T>> Batch<T>( this IEnumerable<T> collection, int batchSize )
Copyright (c) 2019 Kentico Software