S
Smokey Grindel
If I have a function and inside it have something like this
Using Obj1
Using Obj2
Return Value
End Using
End using
The Using statements still know how to handle the dispose and cleanup
correctly dont they? Or do I have to put the return outside of the using
blocks... I was always under the impression you can return inside of them
and it will still dispose as needed... thanks!
Using Obj1
Using Obj2
Return Value
End Using
End using
The Using statements still know how to handle the dispose and cleanup
correctly dont they? Or do I have to put the return outside of the using
blocks... I was always under the impression you can return inside of them
and it will still dispose as needed... thanks!