Results 1 to 7 of 7

Thread: ByRef or ByVal? [Resolved]

Threaded View

  1. #1

    Thread Starter
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    ByRef or ByVal? [Resolved]

    Last question for today.

    VB Code:
    1. static void RunApp(object state)
    2.         {
    3.             Application.Run((Form)state);
    4.         }

    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?
    Last edited by mendhak; Nov 25th, 2004 at 07:29 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width