I need a property where set is accessible only from constructor or outside of owner class (it can't be changed within class methods). Something opposite to a private modifier. Any suggestions?
I need a property where set is accessible only from constructor or outside of owner class (it can't be changed within class methods). Something opposite to a private modifier. Any suggestions?