1
Reply

How to set a property read only outside the Assembly and Read/Write inside Assembly?

Rahul Chavan

Rahul Chavan

8y
275
0
Reply

    string Name {public get{return name;}Internal set{name = value;} }