Reputation: 70
I'm implementing a framework and want to create a lazy load initialization for one of my classes.
how to do this ?
Upvotes: 1
Views: 354
Reputation: 7516
The new .NET 4 class Lazy may help.
Upvotes: 4