UintVector_RemoveAt() private method

private UintVector_RemoveAt ( HandleRef jarg1, int jarg2 ) : void
jarg1 HandleRef
jarg2 int
return void
Esempio n. 1
0
 public void RemoveAt(int index)
 {
     AssimpPINVOKE.UintVector_RemoveAt(swigCPtr, index);
     if (AssimpPINVOKE.SWIGPendingException.Pending)
     {
         throw AssimpPINVOKE.SWIGPendingException.Retrieve();
     }
 }