Mohammad Nezhad
Mohammad Nezhad

Reputation: 70

How to Lazy Initialize Class

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

Answers (1)

Arve
Arve

Reputation: 7516

The new .NET 4 class Lazy may help.

Upvotes: 4

Related Questions