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