Ruckus
05/03/2017, 3:16 PMval
implies referential immutability, meaning it can't be reassigned. It has nothing to do with the mutability of object itself. That's up to the object (more specifically it's class definition) to provide.
(This definition is only true for properties with backing fields)miha-x64
05/03/2017, 3:18 PMRuckus
05/03/2017, 3:19 PM