示例#1
0
 public void InsertRange(int index, StateType values)
 {
     CorePINVOKE.StateType_InsertRange(swigCPtr, index, StateType.getCPtr(values));
     if (CorePINVOKE.SWIGPendingException.Pending)
     {
         throw CorePINVOKE.SWIGPendingException.Retrieve();
     }
 }