public virtual long Merge(CoreIntArray arg0) { long ret = VixenLibPINVOKE.CoreIntArray_Merge(swigCPtr, CoreIntArray.getCPtr(arg0)); if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public CoreIntArray(CoreIntArray arg0) : this(VixenLibPINVOKE.new_CoreIntArray__SWIG_2(CoreIntArray.getCPtr(arg0)), true) { if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } }