摘要: 主要用在Managed C++做Native C++ Wrapper时, void foo(Bar^% x); => void foo(ref Bar x); using namespace System::Runtime::InteropServices; void foo([Out] Bar^% x); => void foo(out Bar x); 阅读全文
posted @ 2012-11-22 16:03 紫红的泪 阅读(1233) 评论(0) 推荐(0) 编辑