Skip to content

Use of readonly

Mesmo edited this page Nov 28, 2013 · 1 revision

In a recent update, I have changed public get / private set properties to public readonly members. This is to provide a clearer definition of the immutable nature of the member after the class has been constructed (as a private set property can be updated at any point during the object's life).

Clone this wiki locally