Welcome to Geekdojo Sign in | Join | Help

Tuesday, January 06, 2004 - Posts

My little Reverse Iterator in C#

Sometime back, I needed to reverse iterate over a collection and realised that .NET framework didn't provide any 'Reverse' IEnumerable for collections, I remember Standard C++ Library having reverse iterators for the containers. I finally managed to sit
posted by richardhsu | 3 Comments
Filed Under: