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