I
Imogen
Guest
In VB.Net New() and Finalize() functions have replaced the Class_Initialize() and Class_Terminate() of VB6.
However when I create the finalize function I get the line
MyBase.Finalize()
What do this mean/do?
Taken from the VB.Net created routine
Protected Overrides Sub Finalize()
MyBase.Finalize()
End Sub
Thanks
Imogen
However when I create the finalize function I get the line
MyBase.Finalize()
What do this mean/do?
Taken from the VB.Net created routine
Protected Overrides Sub Finalize()
MyBase.Finalize()
End Sub
Thanks
Imogen