Example #1
0
 public void RemoveRange(int index, int count)
 {
     CommonPINVOKE.ByteBuffer_RemoveRange(swigCPtr, index, count);
     if (CommonPINVOKE.SWIGPendingException.Pending)
     {
         throw CommonPINVOKE.SWIGPendingException.Retrieve();
     }
 }