Hi Team,
I have some confusion regarding static constructor please suggest which condition make static constructor if possible please provide example.
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.
Midhun TpPosted Aug 9, 2016, 5:53 AM
- Static constructor will not accept any parameters because it is automatically called by CLR
You can get sample & more details from here -