public int ArrayInsert(int idx, int destPos) { return(Unmanaged.ArrayInsert(Pointer, idx, destPos)); }