示例#1
0
 private void Alloc()
 {
     Pointer = new CPointer(SizeOf);
 }
示例#2
0
 public CStruct(CPointer Pointer)
 {
 }