예제 #1
0
 public void RemoveRange(int index, int count)
 {
     SolARPipelineManagerPINVOKE.StringVector_RemoveRange(swigCPtr, index, count);
     if (SolARPipelineManagerPINVOKE.SWIGPendingException.Pending)
     {
         throw SolARPipelineManagerPINVOKE.SWIGPendingException.Retrieve();
     }
 }