Ejemplo n.º 1
0
 public CoreObjArray(CoreObjArray arg0) : this(VixenLibPINVOKE.new_CoreObjArray__SWIG_2(CoreObjArray.getCPtr(arg0)), true)
 {
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
        public virtual long Merge(CoreObjArray arg0)
        {
            long ret = VixenLibPINVOKE.CoreObjArray_Merge(swigCPtr, CoreObjArray.getCPtr(arg0));

            if (VixenLibPINVOKE.SWIGPendingException.Pending)
            {
                throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 3
0
 internal static HandleRef getCPtr(CoreObjArray obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }