Пример #1
0
 public int ArrayInsert(int idx, int destPos)
 {
     return(Unmanaged.ArrayInsert(Pointer, idx, destPos));
 }