I'm a newbie in vb. I just would like to know how to implement class constructor in this language.
Thanks in advance..
|
I'm a newbie in vb. I just would like to know how to implement class constructor in this language. Thanks in advance..
| ||||
|
feedback
|
|
Not sure what you mean with "class constructor" but I'd assume you mean one of the ones below. Instance constructor:
Shared constructor:
| |||||||||||
feedback
|
|
If you mean VB 6, that would be http://msdn.microsoft.com/en-us/library/55yzhfb2(VS.80).aspx If you mean VB.NET it is | ||||
|
feedback
|