The <classNameMaybePrimary> is invariably the location where the name of the declaration can be found (in the examples: A, B, C). This constructor used to be called the <className> previously, even ...
For derived classes that inherit from another class, the ordering is: 1. The static constructor for the base class. 2. The static constructor for the derived class. Actually, static constructors are ...