示例#1
0
 unsafe public ClassPrototypePtr(ClassPrototype *pointer)
 {
     this.pointer = new IntPtr(pointer);
 }
 public unsafe ClassPrototypePtr(ClassPrototype *pointer)
 {
     this.pointer = new IntPtr((void *)pointer);
 }