Question

Is yield return a shortcut for implementing IEnumerable and IEnumerator?

Was it helpful?

Solution

Yes, it is.

You can find out a lot more about it in chapter 6 of my book, C# in Depth. Fortunately chapter 6 is available for free from Manning's web site.

I also have two other articles on the book's web site.

Feedback welcome.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top