Hello, I'm converting some C# code and I'm stuck at this line:
c# Code:
while (iterator.MoveNext()) yield return iterator.Current;
The function returns IEnumerable. Can anyone tell me how this fragment can be re-written in VB?
|
Results 1 to 5 of 5
Thread: C# yield return in VBThreaded View
|
Click Here to Expand Forum to Full Width |