0 votes
in C Sharp by
What is static constructor?

1 Answer

0 votes
by

Static constructor is used to initialize static data members as soon as the class is referenced first time.

...