Exemple #1
0
 public void InsertRange(int index, ByteBuffer values)
 {
     CommonPINVOKE.ByteBuffer_InsertRange(swigCPtr, index, ByteBuffer.getCPtr(values));
     if (CommonPINVOKE.SWIGPendingException.Pending)
     {
         throw CommonPINVOKE.SWIGPendingException.Retrieve();
     }
 }