Hi All
Does anyone know what the equivalent of this c# constructor is in vb? I don't have a choice about using vb
ThanksCode:public ClassConstructor() : this(true) { } public ClassConstructor(bool something) { /* do something with something */ }
Andy


LinkBack URL
About LinkBacks
Reply With Quote






