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