J
Jethro
Hi all
in my VB6 project, every function had a tidyup section at the end
(approximates to the "finally" contsruct in a try..catch block).
It did a SET OBJECT=NOTHING, for explicit memory release.
In .NET, is this totally redundant, and I'm best off letting the compiler
handle things ?
Thanks
in my VB6 project, every function had a tidyup section at the end
(approximates to the "finally" contsruct in a try..catch block).
It did a SET OBJECT=NOTHING, for explicit memory release.
In .NET, is this totally redundant, and I'm best off letting the compiler
handle things ?
Thanks