Hi Ben,
Thanx for the help your tip finally worked. Although I did not compare
DeclaringType, but the accessor methods do expose their access modifiers, so
I could easily filter the private ones. Thanx again, Ben!
> > Hi,
> >
[quoted text clipped - 22 lines]
> access is done through virtual accessor methods, the property itself always
> hides the base class version.
Ben Voigt [C++ MVP] - 18 Mar 2008 18:41 GMT
> Hi Ben,
>
> Thanx for the help your tip finally worked. Although I did not compare
> DeclaringType, but the accessor methods do expose their access
> modifiers, so I could easily filter the private ones. Thanx again,
> Ben!
You're welcome :)
>>> Hi,
>>>
[quoted text clipped - 22 lines]
>> property access is done through virtual accessor methods, the
>> property itself always hides the base class version.