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