示例#1
0
 public void Reverse(int index, int count)
 {
     EfficioRuntimePINVOKE.AssetCollection_Reverse__SWIG_1(swigCPtr, index, count);
     if (EfficioRuntimePINVOKE.SWIGPendingException.Pending)
     {
         throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve();
     }
 }