Should I use "ref" to pass a list variable by reference to a method?
Is the answer that "ref" is not needed (as the list would be a reference variable), however for ease in readability put the "ref" in?
Should I use "ref" to pass a list variable by reference to a method?
Is the answer that "ref" is not needed (as the list would be a reference variable), however for ease in readability put the "ref" in?