Misleading question: Chapter 3, Question 15
Q: How are the values passed in generic methods?
expected A: b. They are passed by reference.
It's completely legal to exclude the ref keyword in a generic method signature and thus passing value types by value.
|