Yield statement is one of most interesting statement in the C# 2.0. I have heard about lot of yield statement but today i have learned about yield statement. Yield statement can be used to return multiple object from a method while retaining its state. You can get item in sequence with help of yield.Let take a simple example to see the power or yield statement. Let's create one example which will help you the understand how its works Let create a function will return the square each time this function i...
|
10
shouts |
|
|||
No comments yet, be the first one to post comment.