标签:ar sp div c on r ad line new
int
[] a=
new
[5];
//取a[3]的地址
IntPtr addr=System.Runtime.InteropServices.Marshal.UnsafeAddrOfPinnedArrayElement(a,3)
c++中指针类型在c#中怎么对应?
原文地址:http://www.cnblogs.com/zhaoxinshanwei/p/4009787.html