Esempio n. 1
0
 private void setitem(int index, Asset val)
 {
     EfficioRuntimePINVOKE.AssetCollection_setitem(swigCPtr, index, Asset.getCPtr(val));
     if (EfficioRuntimePINVOKE.SWIGPendingException.Pending)
     {
         throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve();
     }
 }