Quote:
Originally Posted by melbolt
yes, it is considered unsafe code since .NET uses its special garbage collector to free up memory and pointers fall outside the scope of the garbage collector.
|
I'm not an expert VB programmer but pass-by-reference is pretty common in VB. And I doubt the .NET garbage collection is even relevent to the question.
Quote:
Originally Posted by melbolt
|
That is completely irrelevent to the question of VB. Who gives a dam what C# does or doesn't do.