Esempio n. 1
0
 public Array(IntPtr ptr, MakeNativeObjectDelegate <T> makeNativeObjectDelegate) : base(ptr)
 {
     this.makeNativeObjectDelegate = makeNativeObjectDelegate;
 }
Esempio n. 2
0
 public PointerList(IntPtr ptr, MakeNativeObjectDelegate <T> makeNativeObjectDelegate) : base(ptr)
 {
     this.makeNativeObjectDelegate = makeNativeObjectDelegate;
 }
Esempio n. 3
0
 public EntityList(IntPtr ptr, MakeNativeObjectDelegate <Entity> makeNativeObjectDelegate) : base(ptr)
 {
     this.makeNativeObjectDelegate = makeNativeObjectDelegate;
 }