示例#1
0
 public void RemoveRange(int index, int count)
 {
     CorePINVOKE.StateType_RemoveRange(swigCPtr, index, count);
     if (CorePINVOKE.SWIGPendingException.Pending)
     {
         throw CorePINVOKE.SWIGPendingException.Retrieve();
     }
 }