T
Tony Johansson
Hello!
If you pass a custom made object such as a product to another method this
product object can be changed by this receiving method even if the sender
does not allow that.
So does anyone know why there is no such thing implemented in C# language
that can prevent a receiving method to change the received product for
example.
//Tony
If you pass a custom made object such as a product to another method this
product object can be changed by this receiving method even if the sender
does not allow that.
So does anyone know why there is no such thing implemented in C# language
that can prevent a receiving method to change the received product for
example.
//Tony