Browse by Tags

All Tags » C# (RSS)

VB.NET's "yield return" by Jason N. Gaylord

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. So, there are...
Filed under: , ,
More Posts