public CoreRefArray(CoreRefArray src) : this(VixenLibPINVOKE.new_CoreRefArray__SWIG_4(CoreRefArray.getCPtr(src)), true)
 {
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
        public int Merge(CoreRefArray src)
        {
            int ret = VixenLibPINVOKE.CoreRefArray_Merge(swigCPtr, CoreRefArray.getCPtr(src));

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