Thursday, June 24, 2010

What is Yield

This is one of the new addition to C# 2.0. The meaning of this keyword is to instruct the program to run and generate the list until all the loop execution is exhausted. Thus it creates a list of items for which the predicate function returns true.

0 comments:

Post a Comment