Example #1
0
 static void ChangeObject(SomeClass obj)
 {
     obj.Value = obj.Value + 1;
 }
Example #2
0
 static void ChangeObject(SomeClass obj)
 {
     obj.Value = obj.Value + 1;
 }