Hello,

How can I make a public property in a class read-only?
It should be possible to modify it within methods of the class itself and the constructor/destructor.

Thanks in advance!