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