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