constuctor
can static constructor overload in asp.net
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Dec 2, 2012, 9:34 AM
They never take any arguments and are always called directly, once and once only, by the system before any other static member or instance constructor of the same class is accessed.