Exemplo n.º 1
0
 public int ArrayResize(int idx, int newSize)
 {
     return(Unmanaged.ArrayResize(Pointer, idx, newSize));
 }