SyntaxFix
Write A Post
Hire A Developer
Questions
Not sure what you mean with "class constructor" but I'd assume you mean one of the ones below.
Instance constructor:
Public Sub New() End Sub
Shared constructor:
Shared Sub New() End Sub