Example #1
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);
        }
Example #2
0
 public CoreObjArray(CoreObjArray arg0) : this(VixenLibPINVOKE.new_CoreObjArray__SWIG_2(CoreObjArray.getCPtr(arg0)), true)
 {
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }