Ejemplo n.º 1
0
 unsafe public ClassPrototypePtr(ClassPrototype *pointer)
 {
     this.pointer = new IntPtr(pointer);
 }
Ejemplo n.º 2
0
 public unsafe ClassPrototypePtr(ClassPrototype *pointer)
 {
     this.pointer = new IntPtr((void *)pointer);
 }