views:

95

answers:

2

I'm implementing a framework and want to create a lazy load initialization for one of my classes.

how to do this ?

A: 

Check this question.

Gerrie Schenck
+4  A: 

The new .NET 4 class Lazy may help.

Arve