I know you can do this
public String<T> Get { get; private set; }
The problem is I want the set method to be accessible from a different class within the same DLL (ie: internal)
Is this possible?
Yes, you can use any access modifier with either automatic property accessor:
public String<T> Get { get; internal set; }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With