By alashcraft
via community.bartdesmet.net
Submitted: Jul 05 2008 / 08:19
C# introduced the concept of iterators in C# 2.0 but it's a less-known fact that there are two sorts of iterators. The ones provided in C# are so-called external iterators. The distinction lies in the party that controls the enumeration of the iteration...
Add your comment