Posts by Murilo Sanches • 53 points
1 post
-
5
votes2
answers395
viewsQ: Behavior of parameters in the class constructor in C#
I have a question regarding the behavior of the parameters passed to the constructor of a class, they are by default ref/out or value? Searching on the behavior of parameters in common methods they…