Is yield return a shortcut for implementing IEnumerable and IEnumerator?
yield return
IEnumerable
IEnumerator
Yes. See the following for a starter
http://msdn.microsoft.com/en-us/library/dscyy5s0.aspx