The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: System.Lazy(Of T) Class
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.
Vijay GillPosted Feb 16, 2011, 11:36 AM
You just gave a small snippet to show how lazy keyword is used: Lazy<Orders> _orders = new Lazy<Orders>(); Your article could be more useful if you had provided a working example.