コード例 #1
0
 public void Reverse(int index, int count)
 {
     SolARPipelineManagerPINVOKE.StringVector_Reverse__SWIG_1(swigCPtr, index, count);
     if (SolARPipelineManagerPINVOKE.SWIGPendingException.Pending)
     {
         throw SolARPipelineManagerPINVOKE.SWIGPendingException.Retrieve();
     }
 }