1
Reply

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

Rahul Chavan

Rahul Chavan

9y
970
0
Reply
    string Name {public get{return name;}Internal set{name = value;} }