All Questions
1 question
13
votes
6
answers
7k
views
Enumerate through a subset of a Collection in C#?
Is there a good way to enumerate through only a subset of a Collection in C#? That is, I have a collection of a large number of objects (say, 1000), but I'd like to enumerate through only elements ...