Example #1
0
 public int ArrayPop(int idx)
 {
     return(Unmanaged.ArrayPop(Pointer, idx));
 }