Example #1
0
 public void RemoveAt(int index)
 {
     CorePINVOKE.ComplexStateType_RemoveAt(swigCPtr, index);
     if (CorePINVOKE.SWIGPendingException.Pending)
     {
         throw CorePINVOKE.SWIGPendingException.Retrieve();
     }
 }