示例#1
0
 public void SetRange(int index, SharedIntArray values)
 {
     VixenLibPINVOKE.IntArray_SetRange(swigCPtr, index, SharedIntArray.getCPtr(values));
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
        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);
        }