I was looking for an anwer to question Get next N elements from enumerable didn\'t find any satisfying and brewed my own. What I came up with was
IEnumerable
It's the same for C#: create an overload.
IEnumerable Chunk(IEnumerable src, int n){ return Chunk(src, n, t => t); }