VB.NET's "yield return"

I was struggling with an issue today when converting some C# to VB.NET. C# has a really cool "yield return" statement that is used in an iterator block to provide a value to the enumerator object. VB.NET does not have the "yield" keyword Read More...

Read the complete post at http://weblogs.asp.net/jgaylord/archive/2007/10/17/vb-net-s-quot-yield-return-quot.aspx

Published Wed, Oct 17 2007 10:12 by Jason N. Gaylord's Blog
Filed under: , ,
Powered by Community Server (Commercial Edition), by Telligent Systems