Search Results

2
votes

C# string reference type?

Try: public static void TestI(ref string test) { test = "after passing"; } …