T
ThunderMusic
Hi,
The behavior I want to have is the following. For a property of my
class, I want the derived classes to be able to set it, but I don't want
instances of the class to be able to set it. I tried to split the property
by puting the Get section in public and the set section in protected, but it
is not allowed by the compiler. Is there a solution?
thanks
The behavior I want to have is the following. For a property of my
class, I want the derived classes to be able to set it, but I don't want
instances of the class to be able to set it. I tried to split the property
by puting the Get section in public and the set section in protected, but it
is not allowed by the compiler. Is there a solution?
thanks