You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'constructor' : a static constructor must be parameterless
14
14
15
-
A [static](../language-reference/keywords/static.md) constructor cannot be declared with one or more parameters. For more information, see [Constructors](../programming-guide/classes-and-structs/constructors.md).
15
+
A [static](../language-reference/keywords/static.md) constructor cannot be declared with one or more parameters. For more information, see [Static Constructors](../programming-guide/classes-and-structs/static-constructors.md).
0 commit comments