Using C++/CLI simple property syntax to override an inherited abstract property

  • Thread starter Thread starter Bern McCarty
  • Start date Start date
B

Bern McCarty

I cannot figure out how to do this. It seems that the only way to introduce
the "override" keyword into the mix is to give up on the simple property
syntax. It seems that the designers of C++/CLI probably figured out a spot
to jam the "override" keyword in the simple property syntax. Did they?

-Bern McCarty
 
Bern said:
I cannot figure out how to do this. It seems that the only way to
introduce the "override" keyword into the mix is to give up on the
simple property syntax. It seems that the designers of C++/CLI
probably figured out a spot to jam the "override" keyword in the
simple property syntax. Did they?

I don't think so.

-cd
 
Back
Top