The implementation of iterators in C# and its consequences (part 1)

Like anonymous methods , iterators in C# are very complex syntactic sugar. You could do it all yourself (after all, you did have to do it all yourself in earlier versions of C#), but the compiler transformation makes for much greater convenience. The Read More......(read more)

Written by The Old New Thing : Code on August 12th, 2008 with comments disabled.
Read more articles on News.

Related articles

Comments disabled

Comments on this article have been disabled.