I just would like to know how to implement class constructor in this language.
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
2.1m questions
2.1m answers
60 comments
57.0k users