Tagged Questions
3
votes
6answers
459 views
Why doesn't .NET have a bidirectional enumerator?
It's been asked a couple of times on SO how you can implement a bidirectional enumerator (http://stackoverflow.com/questions/191788/two-directional-list-enumerator-in-net, ...