1.

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

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


Discussion

No Comment Found