In general, it works rather well with the language changes in C++/CLI. However, it does not seem to gracefully handle:
static property String^ p_strExampleProperty { String^ get() { return "The Example String"; } }
Log in to post a comment.