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