By mswatcher
via msmvps.com
Published: Mar 05 2008 / 11:17
Iterator blocks have an interesting property: they defer execution. When the method (or property) is called, none of your code is executed - it only starts running when MoveNext() is first called.
Add your comment