G
Guest
How can I override property in C++/CLI. Well I know how to override when the
input and output types are the same (and number) ..., but I would like the
derived (overridden) property to return different type than base.
Thanks
input and output types are the same (and number) ..., but I would like the
derived (overridden) property to return different type than base.
Thanks