Exemplo n.º 1
0
 public void Insert(int index, Asset x)
 {
     EfficioRuntimePINVOKE.AssetCollection_Insert(swigCPtr, index, Asset.getCPtr(x));
     if (EfficioRuntimePINVOKE.SWIGPendingException.Pending)
     {
         throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve();
     }
 }