N
Nikola Skoric
I noticed that System.Windows.Forms.Form constructor treats his
parameters as though they are passed by reference even if I omit the
"ref" keyword. Why's (and how does he do) that? Shouldn't objects be
passed by value if I don't explicitly put "ref" in parameter list?
parameters as though they are passed by reference even if I omit the
"ref" keyword. Why's (and how does he do) that? Shouldn't objects be
passed by value if I don't explicitly put "ref" in parameter list?