B
Bob H
Hi,
In my webforms, I've a Finalize() proc with a MyBase.Finalize() statement in
it.
I'm trying to get my head round destructors and when to use them.
Can anyone shed some light on best practice on when to use the above please?
Should I have one of these in every form's code behind or just in dll
classes. I've read that the Dispose method is better - should I be using
this instead?
Many thanks
Bob
In my webforms, I've a Finalize() proc with a MyBase.Finalize() statement in
it.
I'm trying to get my head round destructors and when to use them.
Can anyone shed some light on best practice on when to use the above please?
Should I have one of these in every form's code behind or just in dll
classes. I've read that the Dispose method is better - should I be using
this instead?
Many thanks
Bob