Ejemplo n.º 1
0
 public void RemoveAt(int index)
 {
     MyDLLPINVOKE.FloatVector_RemoveAt(swigCPtr, index);
     if (MyDLLPINVOKE.SWIGPendingException.Pending)
     {
         throw MyDLLPINVOKE.SWIGPendingException.Retrieve();
     }
 }