The static constructor runs first, then the non-parameterized constructor, then the parameterized constructor.
Which constructor is called first in C# default and parameterized?
The static constructor runs first, then the non-parameterized constructor, then the parameterized constructor.