Home » C#
» Q.What is Static constructor and why we use it?
Wednesday, 24 May 2017
Q.What is Static constructor and why we use it?
Ans. To initialize static field value of any class we should
create static constructor. Static constructor doest no use access modifies.
Static constructor called before instance constructor.
0 Comments