Beispiel #1
0
 public void Reverse(int index, int count)
 {
     CorePINVOKE.StateType_Reverse__SWIG_1(swigCPtr, index, count);
     if (CorePINVOKE.SWIGPendingException.Pending)
     {
         throw CorePINVOKE.SWIGPendingException.Retrieve();
     }
 }