Ejemplo n.º 1
0
 public void RemoveRange(int index, int count)
 {
     CorePINVOKE.ComplexStateType_RemoveRange(swigCPtr, index, count);
     if (CorePINVOKE.SWIGPendingException.Pending)
     {
         throw CorePINVOKE.SWIGPendingException.Retrieve();
     }
 }