1.

What does the yield return statement specify in above code snippet?

A. returns the output
B. returns the next object in the collection
C. Both returns the output & returns the next object in the collection
D. none of the mentioned
Answer» C. Both returns the output & returns the next object in the collection


Discussion

No Comment Found