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.

Related questions

+1 vote
asked Aug 20, 2020 in C Sharp by RShastri
0 votes
0 votes
asked Oct 18, 2019 in C Sharp by Robin
...