Beispiel #1
0
 public void RemoveRange(int index, int count)
 {
     EfficioRuntimePINVOKE.AssetCollection_RemoveRange(swigCPtr, index, count);
     if (EfficioRuntimePINVOKE.SWIGPendingException.Pending)
     {
         throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve();
     }
 }