G
Goncalo
Hi.
Can you tell me what's the difference between ByVal and
ByRef in VB.Net.
I'm asking this 'cause i'm passing an object into a
function ByVal, then I change that object and when the
function terminates the original object is changed.
This kind of output is usual when passing objects ByRef,
right?
Thank's in advance
Goncalo
Can you tell me what's the difference between ByVal and
ByRef in VB.Net.
I'm asking this 'cause i'm passing an object into a
function ByVal, then I change that object and when the
function terminates the original object is changed.
This kind of output is usual when passing objects ByRef,
right?
Thank's in advance
Goncalo