Working with normal and static constructor in C# 2.0
Posted by: ASPAlliance.com - The #1 ASP.NET Community,
on 06 Oct 2006 |
View original | Bookmarked: 0 time(s)
This Code snippet explains when a normal constructor and static constructor gets initialized. After going through this code snippet, reader gets a clear cut understanding of the steps involved in object initialization (Both static and non-static)