Lazy is class introduced in the .Net framework 4.0 to initialize the object later on i.e allow to initialize object when we are going to utilize or assigning value to the object.
To understand Lazy initialization consider below class.
|
2
Shouts |
|
|||
No comments yet, be the first one to post comment.