public int ArrayResize(int idx, int newSize) { return(Unmanaged.ArrayResize(Pointer, idx, newSize)); }