Last question for today.
VB Code:
static void RunApp(object state) { Application.Run((Form)state); }
I am currently converting it to VB.NET, I'd like to know whether "state" is being passed ByRef or ByVal. Does C# have the concept of ByRef/ByVal?
|
Results 1 to 7 of 7
Thread: ByRef or ByVal? [Resolved]Threaded View
|
Click Here to Expand Forum to Full Width |