Exemple #1
0
 public void InsertRange(int index, AssetCollection values)
 {
     EfficioRuntimePINVOKE.AssetCollection_InsertRange(swigCPtr, index, AssetCollection.getCPtr(values));
     if (EfficioRuntimePINVOKE.SWIGPendingException.Pending)
     {
         throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve();
     }
 }