Ejemplo n.º 1
0
 public void SetRange(int index, SharedObjArray values)
 {
     VixenLibPINVOKE.ObjArray_SetRange(swigCPtr, index, SharedObjArray.getCPtr(values));
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
        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);
        }
Ejemplo n.º 3
0
 internal static HandleRef getCPtr(SharedObjArray obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }