Exemplo n.º 1
0
 public CoreIntArray(CoreIntArray arg0) : this(VixenLibPINVOKE.new_CoreIntArray__SWIG_2(CoreIntArray.getCPtr(arg0)), true)
 {
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
        public virtual long Merge(CoreIntArray arg0)
        {
            long ret = VixenLibPINVOKE.CoreIntArray_Merge(swigCPtr, CoreIntArray.getCPtr(arg0));

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