コード例 #1
0
ファイル: ByteBuffer.cs プロジェクト: sttp/net-cppapi
 public void SetRange(int index, ByteBuffer values)
 {
     CommonPINVOKE.ByteBuffer_SetRange(swigCPtr, index, ByteBuffer.getCPtr(values));
     if (CommonPINVOKE.SWIGPendingException.Pending)
     {
         throw CommonPINVOKE.SWIGPendingException.Retrieve();
     }
 }