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