Add attribute to property in base class from derived class when base property already has attribute
I want the derived class's property to have both the added attribute and any that were in the base class:
DerivedClass -> SomeProperty
should have both the SomeAttribute
and SomeOtherAttribute
attributes2 Replies