1.ref(指针)
void Start() { int i = 0; Test(ref i ); } void Test(ref int i) { pritn("i:"+i); }
2. uint
3. IntPtr