0
Readonly properties
Trying to use readonly keyword to apply on a "readonly property" but seems not work. Some way? Or must made it without readonly keyword using "private set"? Thx
1 Answer
+ 1
If you want your property to be readonly, you just leave out the "set" part.