CLI通过函数将C++自定义变量赋值给CLI自定义变量
// CLI-FunctionParameterPass.cpp : main project file. #include stdafx.h #include #pragma managed #include using namespace System; using namespace System::Collections::Generic; using namespace System::Collections; using namespace msclr::interop; public value struct Node { String^ m_Name; int^
用户评论