示例#1
0
文件: Array.cs 项目: leodeg/Ghurund
 public Array(IntPtr ptr, MakeNativeObjectDelegate <T> makeNativeObjectDelegate) : base(ptr)
 {
     this.makeNativeObjectDelegate = makeNativeObjectDelegate;
 }
示例#2
0
 public PointerList(IntPtr ptr, MakeNativeObjectDelegate <T> makeNativeObjectDelegate) : base(ptr)
 {
     this.makeNativeObjectDelegate = makeNativeObjectDelegate;
 }
示例#3
0
 public EntityList(IntPtr ptr, MakeNativeObjectDelegate <Entity> makeNativeObjectDelegate) : base(ptr)
 {
     this.makeNativeObjectDelegate = makeNativeObjectDelegate;
 }