Hi,
I've just started looking at C#, and I have a question about reference types, such as string.
If I wanted to pass a string into a function by reference, would I need to use the ref keyword with the string already being a reference type? Or should I simply pass the string as-is?
Thanks,
Darren.



LinkBack URL
About LinkBacks


