constructor in vb.net code example
Example: constructor vb.net
Instance constructor:
Public Sub New()
End Sub
Shared constructor:
Shared Sub New()
End Sub
Instance constructor:
Public Sub New()
End Sub
Shared constructor:
Shared Sub New()
End Sub