Per MSDN:
A static constructor does not take access modifiers or have parameters. A static constructor is called automatically to ini
A static constructor does not take access modifiers or have parameters.
A static constructor is called automatically to ini
Because you can't call it directly (as per MSDN):
A static constructor cannot be called directly.