Browse by Tags

All Tags » NET (RSS)

Yield keyword in C Sharp by vik20000in

Hi, One of the cool and yet most unknown feature of the C# is the yield keyword. The yield keyword is used in an iterator block to provide a value to the enumerator object or to signal the end of the iteration. When used the expression is evaluated and...
Filed under: ,
More Posts