What is the equivalent C++/CLI syntax to the following C# declaration (if such exists):
interface MyInterface
{
int MyProperty {get;}
}
What is the equivalent C++/CLI syntax to the following C# declaration (if such exists):
interface MyInterface
{
int MyProperty {get;}
}