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?
问问题
77 次
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?