Sunday, May 11, 2008

C# class initialization order

1) Derived static constructor
2) Derived Instance members constructor
3) Base static constructor
4) Base Instance consctructor (members too)
5) Derived Instance constructor

No comments: