Public constructor and static constructor

Posted by Strider007 on Stack Overflow See other posts from Stack Overflow or by Strider007
Published on 2010-06-08T07:26:56Z Indexed on 2010/06/08 7:32 UTC
Read the original article Hit count: 264

Filed under:
|

I am reading a code in C# that uses two constructors. One is static and the other is public. What is the difference between these two constructors? And for what we have to use static constructors?

© Stack Overflow or respective owner

Related posts about c#

Related posts about static-constructor