 | chunkChunkT Method (IEnumerableT, Int32) |
Transforms the list by grouping adjacent elements together into a single member.
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
RemarksIf the elements don't evenly divide to chunkSize, the last element of the return value will be shorter.
See Also