P
parez
I have interface IAbc,IDef
and interface IXyz inherits/implements(what is the right word) IAbc
and IDef
if i reflect the type IXyz it only shows me the members of IXyz and
not IAbc and IDef.
Why?
TIA
and interface IXyz inherits/implements(what is the right word) IAbc
and IDef
if i reflect the type IXyz it only shows me the members of IXyz and
not IAbc and IDef.
Why?
TIA