blah blah blah is here! blah blah » Close

0
votes
1 answers

C# Pass by Reference Confusion

So I am trying to update a list but outside of the scope the for loop the list looses it's value. I thought about it and said ah yes that is because the object is sent by value and not reference so I made a few changes to pass it by referen ...

Feedback