public void SetRange(int index, SharedObjArray values) { VixenLibPINVOKE.ObjArray_SetRange(swigCPtr, index, SharedObjArray.getCPtr(values)); if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } }
public virtual long Merge(SharedObjArray src) { long ret = VixenLibPINVOKE.SharedObjArray_Merge(swigCPtr, SharedObjArray.getCPtr(src)); if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }